Re: ActiveMQ artemis listener not working

2020-03-25 Thread rudra1in
Thanks brusdev, there is a problem in client making duplicate calls. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ artemis listener not working

2020-03-25 Thread rudra1in
I want to use embedded artemis MQ I have one sender class and one listner tied to one queue. import java.util.Date; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Session; import javax.jms.TextMessage; import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFact

Re: ActiveMQ artemis listener not working

2020-03-25 Thread rudra1in
HI All, I fixed it, there is mismatch in queue name. Please help me why fie threads are firing send message? Thanks in advance, RUdra -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ artemis listener not working

2020-03-25 Thread rudra1in
Thanks for the response, but this is synchronous and I am looking for synchronous implementation. Thanks in advance, Rudra -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQ artemis listener not working

2020-03-25 Thread rudra1in
HI All , I am not able to receive message. I am using ArtemisMQ with spring boot. I am using spring boot auto configuration ( https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis