No they will not be stored if not using any durable subscribers. Any
pending messages would be lost on master-slave failover.
On Wednesday, February 20, 2013, pebrian27 wrote:
> Lets say that I have a shared storage master/slave that has a topic
> producer
> and non-durable topic consumers.
>
> W
Q1: When an AMQP client puts a text message on a destination, does it get
converted into a JMS TextMessage?
Q2: Can an AMQP client get a JMS TextMessage off of an ActiveMQ destination?
I ask those questions because I wonder if the following steps are possible:
1. AMQP client puts a text messag
I have a camel XML project, where the routes are defined in a XML file.
I would like to embed the resulting jar in a activemq deployment.
Documentation suggests either to create a camel java project
(camel-archetype-java) and drop the resulting jar to ${activemq_home}/lib or
to edit the routes in