Just changing the consumer, JMSConsumer receiver =
context.createConsumer(topic); for a SharedDurableConsumer that no needs a
clientID, JMSConsumer receiver = context.createSharedDurableConsumer(topic,
"MakeItLast"); It is enough to workaround the issue. Regards, jose
--
[Message sent by forum member 'josealvarezdelara']
View Post: http://forums.java.net/node/901194