ActiveMQ on websphere 8.5 using RA

2016-09-12 Thread Poonam Bhatia
Hi, Can someone help me with the configuration of ActiveMQ on websphere 8.5 using RA Thank you. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-on-websphere-8-5-using-RA-tp4716436.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Load Testing - Some messages get lost

2016-08-31 Thread Poonam Bhatia
Hi, I am new to ActiveMQ. I am using ActiveMQ in one of my projects. My app is hosted on WAS which talks to ActiveMQ. While doing load test, I am publishing 100 messages. Out of 100, only 99 messages get delivered. In between, I lose 1 message with an exception Caused by: java.lang.NullPointerExc

Re: Aysnc ActiveMQ MDB unable to consume messages

2016-08-18 Thread Poonam Bhatia
Thank you for your reply Tim. I have not used any acknowledgement mode explicitly. I presume container will handle it and the default ack is AUTO_ACKNOWLEDGE. Please correct me if I am wrong Here is my MDB code In the below code I have used CDI @Inject used for MessageBus object. Also attaching ej

Re: Aysnc ActiveMQ MDB unable to consume messages

2016-08-18 Thread Poonam Bhatia
Thanks Leo and Tim. If both variants are same then what could be the reason behind non consumption of my messages in async scenario with Linux variant. I have posted my MDB code along with ejb-jar.xml. Am I missing out anything? Do I have to configure some properties in activemq.xml to enable a

Re: Aysnc ActiveMQ MDB unable to consume messages

2016-08-18 Thread Poonam Bhatia
Hi, Adding some of my observations on this topic to help rectify problem quicker. Now I tested the same scenario with producer on one WAS and consumer on another WAS talking to windows variant ActiveMQ located on my system. The Async scenario works perfectly fine. consumer on restart does consume

Aysnc ActiveMQ MDB unable to consume messages

2016-08-17 Thread Poonam Bhatia
Hi, I am working on one of the projects where I am facing an issue with messages getting stuck in pending queue and not getting dequeued with Async consumer. My JMS producer is running on one Websphere instance where as my consumer is running on another Websphere instance. I am publishing the mes