Let me clarify the issue we are running into:

We have a master process which contains an embedded broker. This process 
communicates with one or more consumer processes via ActiveMQ. Messages are 
queued on the master side (per consumer) and processed by each of the consumer 
processes. For some reason, within a cloud environment, the queued messages are 
building up in the master process (i.e. never cleaned up), up to the point 
where the master process runs out 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 <jbert...@apache.org> 
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 (i.e 
sending messages, receiving messages, acknowledging messages, etc.) so the port 
won't change.

Here's the default port used by each supported protocol:
 - OpenWire (JMS) - 61616
 - AMQP - 5672
 - STOMP - 61613
 - MQTT - 1883


Justin

On Mon, Feb 6, 2023 at 9:01 AM John Palmisano < 
john.palmis...@tidalsoftware.com> wrote:

> On what port(s) are acknowledgements sent back?
>
> -----Original Message-----
> From: Justin Bertram <jbert...@apache.org>
> 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 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, 2023 at 8:26 AM John Palmisano < 
> john.palmis...@tidalsoftware.com> wrote:
>
> > 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.
> >
>

Reply via email to