Re: ActiveMQ in the cloud

2023-02-06 Thread Ɓukasz Dywicki
themselves are sent/received. How should I configure the logging to determine this? -Original Message- From: Justin Bertram Sent: Monday, February 6, 2023 10:11 AM To: users@activemq.apache.org Subject: Re: ActiveMQ in the cloud I wouldn't expect any difference with regard t

RE: ActiveMQ in the cloud

2023-02-06 Thread John Palmisano
determining if the acks themselves are sent/received. How should I configure the logging to determine this? -Original Message- From: Justin Bertram Sent: Monday, February 6, 2023 10:11 AM To: users@activemq.apache.org Subject: Re: ActiveMQ in the cloud I wouldn't expect any difference

Re: ActiveMQ in the cloud

2023-02-06 Thread Justin Bertram
of memory. This scenario > does not happen within a non-cloud environment. > > Any insights on why this would be happening? > > -Original Message- > From: Justin Bertram > Sent: Monday, February 6, 2023 9:11 AM > To: users@activemq.apache.org > Subject: Re: Ac

RE: ActiveMQ in the cloud

2023-02-06 Thread John Palmisano
? -Original Message- From: Justin Bertram Sent: Monday, February 6, 2023 9:11 AM To: users@activemq.apache.org Subject: Re: ActiveMQ in the cloud The exact port depends on the protocol you're using, but all messaging protocols supported by the broker use the same connection for everything

Re: ActiveMQ in the cloud

2023-02-06 Thread Justin Bertram
m: Justin Bertram > Sent: Monday, February 6, 2023 8:48 AM > To: users@activemq.apache.org > Subject: Re: ActiveMQ in the cloud > > Your question is pretty vague, but the main thing to remember is that the > cloud is really no different from any other environment. The host and port

RE: ActiveMQ in the cloud

2023-02-06 Thread John Palmisano
On what port(s) are acknowledgements sent back? -Original Message- From: Justin Bertram Sent: Monday, February 6, 2023 8:48 AM To: users@activemq.apache.org Subject: Re: ActiveMQ in the cloud Your question is pretty vague, but the main thing to remember is that the cloud is really no

Re: ActiveMQ in the cloud

2023-02-06 Thread Justin Bertram
Your question is pretty vague, but the main thing to remember is that the cloud is really no different from any other environment. The host and port must be reachable across the network. As long as that is true then clients can connect, consume, and acknowledge messages. Justin On Mon, Feb 6, 20

ActiveMQ in the cloud

2023-02-06 Thread John Palmisano
Hello, How do I properly configure ActiveMQ, with respect to ports, etc., so that queues will work properly within a cloud environment? Specifically, I want to ensure that the acknowledgements sent from consumers are being sent/received successfully so that queued messages do not build up.