You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by arjunsreepad <ar...@gmail.com> on 2020/05/29 22:00:53 UTC

Amazon MQ shared durable subscriber

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

Re: Amazon MQ shared durable subscriber

Posted by Tim Bain <tb...@alumni.duke.edu>.
Oh, I just saw that Michael Andre Pearce wrote the same information, but my
mail app didn't group his response into the conversation so I didn't see it
before responding. Sorry for the duplication.

Tim

On Sat, May 30, 2020, 6:33 AM Tim Bain <tb...@alumni.duke.edu> wrote:

> 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 <jb...@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 <ar...@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
>>
>>

Re: Amazon MQ shared durable subscriber

Posted by Tim Bain <tb...@alumni.duke.edu>.
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 <jb...@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 <ar...@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
>
>

Re: Amazon MQ share

Posted by "michael.andre.pearce" <mi...@me.com.INVALID>.
Just to be clearActiveMQ 5.x (classic) supports JMS 1.1 which does not support shared subscriptions as this is a JMS 2.0 feature. There is virtual topics and queues which is close in feature but it is not JMS 2.0 spec shared subscriptions.ActiveMQ Artemis supports JMS 2.0 which part of the JMS 2.0 spec means it fully supports shared subscriptions along with other JMS 2.0 features and enhanced specification.Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Jean-Baptiste Onofre <jb...@nanthrax.net> Date: 30/05/2020  05:26  (GMT+00:00) To: users@activemq.apache.org Subject: Re: Amazon MQ share Hi,What do you mean by shared durable subscribers ?ActiveMQ supports durable subscribers, so AmazonMQ does as well.RegardsJB> Le 30 mai 2020 à 00:00, arjunsreepad <ar...@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

Re: Amazon MQ shared durable subscriber

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
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 <ar...@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