Amazon MQ - ActiveMQ - enhance logged information - "Async error occurred" without trace

0

I'm currently using a microservice that is listening from an ActiveMQ queue outside AWS, retrieves the messages, and transfers them into an Amazon MQ ActiveMQ queue. For one part of the messages, everything works fine. But some others, even if considered as well transferred, they aren't present in the destination queue. I enabled the general and audit log of the broker, and found obscure warning messages. Obscure because it doesn't contain any trace or information about the root cause. Here is the message:

  • WARN | Async error occurred | org.apache.activemq.broker.TransportConnection.Service | ActiveMQ Transport: ssl:///<some IP and port>
  • I added "<some IP and port>" just to hide the real IP and port.

Is there any way to have more information?

1 Answer
0

The ActiveMQ general logs should contain any information related to the broker.

Any client side logs around the same time?

Is the IP and port from from your consumer/producer?

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions