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.

feita há 2 anos251 visualizações
1 Resposta
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
ENGENHEIRO DE SUPORTE
Ryan_A
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas