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