Is the embedded broker looking for messages on the Topic? Keep in mind messages sent to a Topic are only ever dispatched to either active subscriptions, or durable subscriptions. In fact, the broker never stores messages for a Topic, but instead stores them in the Topic subscriptions, which highlights the fact that a client coming in to consume from a Topic with a Non-Durable subscription won't have any past messages to consume.
So, if the webapp is consuming from the Topic, then it will miss messages while it is away. If that's not the case, it would help to have a concise description of the destination flow. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-use-embedded-and-standalone-broker-bridged-together-tp4676540p4676727.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.