JB, https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JMS2SharedConsumer/JMS2SharedConsumer.html describes the feature, and the OP is correct that ActiveMQ 5.x and Amazon MQ do not support it directly since they do not support JMS 2.0.
However, 5.x supports equivalent functionality via virtual topics ( https://activemq.apache.org/virtual-destinations), so the described need can be met in 5.x as long as the OP is willing to access the functionality without using the JMS 2.0 interface. (i.e. the functionality will work, but won't be portable to another JMS broker without code changes.) Tim On Fri, May 29, 2020, 10:26 PM Jean-Baptiste Onofre <j...@nanthrax.net> wrote: > Hi, > > What do you mean by shared durable subscribers ? > > ActiveMQ supports durable subscribers, so AmazonMQ does as well. > > Regards > JB > > > Le 30 mai 2020 à 00:00, arjunsreepad <arjunsree...@gmail.com> a écrit : > > > > We are using *Amazon MQ (5.15.10)* & PHP for coding. > > *My requirement is to have shared durable subscribers.* ( Because the > > subscribers are on ECS and will have replication to cater the load). I > > understand only ActiveMQ Artemis supports this because this is a feature > of > > JMS 2.0 Now my questions are as below > > > > /Does Amazon Mq's as of today will cater to my need? If yes how? > > Does Artemis have sufficient support for PHP as of today?/ > > > > > > > > -- > > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html > >