Does ActiveMQ uses TCP as its transport layer protocol

753 Views Asked by At

I've encounter a problem where our WebSocket connections to ActiveMQ 5.13.3 are terminated abruptly. I thought, I might use WireShark to inspect the TCP layer for clues why the connection may be corrupted, but I'm not sure the ActiveMQ uses TCP protocol as its transport layer protocol for sending the messages.

2

There are 2 best solutions below

0
On BEST ANSWER

All the kinds of clients and protocols which ActiveMQ supports use TCP as their transport layer. WebSockets specifically use TCP.

3
On

ActiveMQ Broker supports many transport layer protocols, including TCP.

References:

If you are using ActiveMQ Classic: https://activemq.apache.org/components/classic/

If you are using ActiveMQ Artemis: https://activemq.apache.org/components/artemis/