Re: Artemis and asynchronous consumer

2018-02-20 Thread Justin Bertram
There are lots of JMS tutorials out there on the Internet. You'll want to find one describing how to use the javax.jms.MessageListener interface [1]. Justin [1] https://docs.oracle.com/javaee/7/api/javax/jms/MessageListener.html On Tue, Feb 20, 2018 at 11:41 AM, tcomprak wrote: > Using JMS.

Re: Artemis and asynchronous consumer

2018-02-20 Thread tcomprak
Using JMS. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis and asynchronous consumer

2018-02-20 Thread Justin Bertram
What client/API are you using? Justin On Tue, Feb 20, 2018 at 11:34 AM, tcomprak wrote: > Is there an example of how artemis can used whereby subscribers can be > notified when messages arrive on a topic/queue? I want to use Artemis with > the pub-sub messaging with subscribers getting notifie