Can't listen to a quorum queue using a JMS consumer #183
-
Hello,
Now, the error message received at startup, notably "
I thank you for any help you could provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should try the And remove the |
Beta Was this translation helpful? Give feedback.
You should try the
BeanFactoryDestinationResolver
class in yourmetricsContainerFactory
bean and make sure the name of the destination matches the name of the bean name (this is the case currently).And remove the
jmsDestination.setDeclared(true);
line.