Amazon MQ - support for setting stomp hbGracePeriodMultiplier

0

We are using Amazon MQ (Apache MQ), along with STOMP to deliver content to our customers. We wish to keep the connection alive using heartbeats and on the client are setting incoming to 10s and outgoing to 10s, however we occasionally see heartbeat timeouts, I believe due to servers strict enforcement of timeouts.

For our local Apach MQ test server we can avoid this problem by setting "hbGracePeriodMultiplier=1.5" like so:

<transportConnectors>
   <transportConnector name="stomp" uri="stomp://localhost:61613?transport.hbGracePeriodMultiplier=1.5"/>
</transportConnectors>

See Active MQ documentation for Heatbeats: https://activemq.apache.org/stomp However on AWS MQ configuration for transportConnector (https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/permitted-attributes.html#transportConnector.attributes), there is no uri or relevant attribute listed.

Am I missing something - is anyone aware of a way to configure a heartbeat grace period on AWS MQ?

  • Good afternoon, this is setting can be changed but does require a a ticket logged with the support team. They will be able to make the change on your behalf.

asked 2 years ago241 views
1 Answer
0

Hi,

Thanks for reaching out. As RonnieR has mentioned, this can be changed with the assistance of the Support team. Please create a support case for the MQ service and our support engineers will work with you and the service team for this change.

Let us know if you have any questions. Thanks

AWS
SUPPORT ENGINEER
Ryan_A
answered 2 years 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