Core protocol documentation

2019-02-12 Thread Riyafa Abdul Hameed
Hi, As I understand Artemis uses Core (Artemis & HornetQ native) protocol internally and that we can use the provided java client to interact with this protocol. If I am to connect to this protocol using a different language, can I do this? Do we have a documentation on the wire protocol of the co

Re: Producers get created automatically

2019-02-12 Thread artemisn00b
Thank you, but could you please explain what you mean by connection leak in this context, and what are the ways to simplify the consumer? Would you have a link/snippet/project, for the most basic producer - consumer message exchange via artemis? I'll be really glad if you could provide me one. T

Re: Producers get created automatically

2019-02-12 Thread Clebert Suconic
There are connection leaks on the blogpost apparently. It’s keaving consumers open that will be leaking and holding messages. I would simplify the consumer quite a lot. We have plenty examples on our distribution. Not with spring boot. But there is something wrong with the example. I did not

Re: Producers get created automatically

2019-02-12 Thread artemisn00b
I'm simply following this tutorial - https://grokonez.com/spring-framework/spring-jms/apache-artemis-produceconsume-jms-messages-springboot-artemis-applications -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Producers get created automatically

2019-02-12 Thread Clebert Suconic
How do you send via REST? What are you using ? On Tue, Feb 12, 2019 at 12:36 AM artemisn00b wrote: > Hi, I just started exploring Artemis for sending messages from producer to > a > consumer. I'm using a Spring boot starter for this. My problem is that > whenever I run the consumer, the artemis