You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in the debugger that it is StompJmsDurableTopicSubscriber that is used, and the TRACE level logging on the stomp connector in ActiveMQ yields:
Yep. that's a problem. I've just committed a change so that the client detects that you are talking to ActiveMQ and sends the right headers for ActiveMQ on the subscribe frame. Try out the new 1.14-SNAPSHOT and let now if that works better for you.
Without diving too deep into it, I note that the StompJmsSession class on line 381 feeds the StompJmsTopicSubscriber an id from "getChannel().nextId()" - which sounds like a sequencer?
I can see in the debugger that it is StompJmsDurableTopicSubscriber that is used, and the TRACE level logging on the stomp connector in ActiveMQ yields:
Spring configuration:
And the "activeMqInstance" variable is set to:
(i.e "stomp+nio")
The Camel consumer is declared as:
The result is that the "stomper-blabla" consumer is connected as an ephemeral consumer, and does not assume the role of the configured durable one.
The text was updated successfully, but these errors were encountered: