Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

MHS Adaptor - Enable failover between queues using failoverstring #161

Open
robert-joscelyne opened this issue Mar 2, 2020 · 2 comments
Labels
missing to be completed Was expected from initia work, but either missing or broken

Comments

@robert-joscelyne
Copy link

No description provided.

@robert-joscelyne robert-joscelyne changed the title Enable failover between queues using failoverstring MHS Adaptor - Enable failover between queues using failoverstring Mar 2, 2020
@petervdm petervdm added the missing to be completed Was expected from initia work, but either missing or broken label Mar 12, 2020
@tomzo
Copy link
Contributor

tomzo commented Mar 17, 2020

The mhs-inbound component expects an AMQP URL where it places the received messages.

Currently, string in following format is acceptable:

amqp+ssl://*********-2.mq.*****.amazonaws.com:5671

However, for a production-grade deployment, it should accept a failover string so that it can use a highly available queue. A failover string would be typically in following format:

failover:(amqp+ssl://******-1.mq.*****.amazonaws.com:5671,amqp+ssl://******-2.mq.****.amazonaws.com:5671)

@bartek-sarul
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
missing to be completed Was expected from initia work, but either missing or broken
Projects
None yet
Development

No branches or pull requests

4 participants