Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-23 Thread Francesco Nigro
ussion.html > > On Thu, Dec 17, 2020 at 2:49 AM Mohan Kumar > wrote: > > > Thanks for your reply. > > > > As per the documentation QPID Dispatcher "Note : Dispatch Router will not > > build on Windows." > > Our applications mainly runs on Windows

Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-23 Thread Mohan Kumar
exceeded: java.lang.OutOfMemoryError: GC overhead limit exceeded Thanks, Mohan From: Justin Bertram Sent: Thursday, December 17, 2020 9:52 PM To: users@activemq.apache.org Subject: Re: ActiveMQ Artemis Client interface (AMQP vs REST) CAUTION: This email

Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-17 Thread Justin Bertram
> > > -Original Message- > From: Justin Bertram > Sent: Thursday, December 17, 2020 7:11 AM > To: users@activemq.apache.org > Subject: Re: ActiveMQ Artemis Client interface (AMQP vs REST) > > CAUTION: This email originated from outside of the organization. Do no

RE: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-17 Thread Mohan Kumar
om: Justin Bertram Sent: Thursday, December 17, 2020 7:11 AM To: users@activemq.apache.org Subject: Re: ActiveMQ Artemis Client interface (AMQP vs REST) CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know t

Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-16 Thread Justin Bertram
You don't really provide any meaningful info about what exactly is challenging to manage and troubleshoot with 10,000 connections. Therefore, your idea of moving to REST in the first place could be fundamentally misguided. The trouble (whatever it was) could be tied to something other than

Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-16 Thread Clebert Suconic
Broker level? > Ex : If we connect 1 persistent connection, does Artemis broker handle > without any problem? > > Thanks, > Mohan > > -Original Message- > From: Clebert Suconic > Sent: Wednesday, December 16, 2020 7:41 AM > To: users@activemq.apache.org > Subj

RE: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-16 Thread Mohan Kumar
, December 16, 2020 7:41 AM To: users@activemq.apache.org Subject: Re: ActiveMQ Artemis Client interface (AMQP vs REST) CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. I think you

Re: ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-15 Thread Clebert Suconic
I think you would be best on deploying your own Rest Interface. Like if you have a REST method that would then produce, have the producer on the Rest server.. and do your own facade. I haven't seen any commits on the REst Interface for Artemis in a while. That is, you use AMQP or whatever

ActiveMQ Artemis Client interface (AMQP vs REST)

2020-12-13 Thread Mohan Kumar
Hi, Based on the suggestion from Justin Bertram I am posting my query here. We are new to ActiveMQ Artemis world. When we started in ActiveMQ Artemis Broker we choose AMQP protocol to produce and consume data from broker. But as per the suggestion we received from ActiveMQ Artemis consultant we