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
Somewhat of an unexpected find, but STOMP messages do not survive a restart of ActiveMQ... I suppose another queue might default to persisting them, but with ActiveMQ:
STOMP messages are non-persistent by default. To use persistent messaging add the following STOMP header to all SEND requests: persistent:true. This default is the opposite of that for JMS messages.
Given there may be some depending on this behaviour... was looking for a way to alter the headers of STOMP messages; however, that does not appear to be possible: #1856
The text was updated successfully, but these errors were encountered:
Somewhat of an unexpected find, but STOMP messages do not survive a restart of ActiveMQ... I suppose another queue might default to persisting them, but with ActiveMQ:
Given there may be some depending on this behaviour... was looking for a way to alter the headers of STOMP messages; however, that does not appear to be possible: #1856
The text was updated successfully, but these errors were encountered: