the system classpath or lib directory.
> Check the glassfish doco for RAR classloading rules to ensure you are
> doing
> the right thing.
> From the outside, it looks like a duplicate deployment of the
> activemq-core.jar so check for that.
>
> On 18 March 2010 11:03, devylon
I deployed the activemq-ra-5.3.rar to glassfish v3. My MDB can now consume
jms messages from my
activemq broker. everything is fine, BUT when i restart my glassfish domain,
I get the folowing stacktrace:
after restarting the activemq resource adapter and my application ear
everything is fine aga
Hi,
i have setup my publishers to a queue with a failover connection
failover:(tcp://host1:61616,tcp://host2:61616)?randomize=true
in the monitoring and logfiles i can see how the messages are published
either
to host1 or host2.
For the consumer i'm using the same failover connection. BUT what