Re: Shared Subscription: 1 Adress -> 2 Topic with multicast : 2 MDB

2020-03-25 Thread Justin Bertram
For the record, I've been trying to help this user over on Stack Overflow [1]. Justin [1] https://stackoverflow.com/questions/60833450/activemq-artemis-2-10-1-jms-2-0-shared-subscription-not-working On Mon, Mar 23, 2020 at 12:03 PM mailtejasvi wrote: > Hi > > My requirement

Shared Subscription: 1 Adress -> 2 Topic with multicast : 2 MDB

2020-03-23 Thread mailtejasvi
onConfigProperty(propertyName = "shareSubscriptions", propertyValue="true"), @ActivationConfigProperty(propertyName = "clientId", propertyValue = "MyClientId_1") }) public class TopicListener2 implements MessageListener, java.io.Serializable tomee.xml: name=ATOPIC mybroker

Re: Shared Subscription

2019-02-11 Thread Clebert Suconic
multicast in order to mimic the jms > topic. > > Our service is using JMSListener from spring and configuring the connection > factory for shared subscription. But we are lossing some messages so I > would > like to ask if there is some concept or maybe missing some config to

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
You can unsubscribe at http://activemq.apache.org/mailing-lists.html. Justin On Fri, Feb 8, 2019 at 9:47 AM Alain Narcisse SOBNGWI wrote: > Hello, > can you please remove me for this list ? > regards, > Alain > > > Le 8 févr. 2019 à 16:44, ldebello a écrit : > > > > Hi, > > > > I totally unde

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
Based on the understanding that you're using JMS I'm not aware of any "special requirement" other than what is already enforced by JMS itself. Justin On Fri, Feb 8, 2019 at 9:44 AM ldebello wrote: > Hi, > > I totally understand your comment and I can prepare a example with my > config, but the

Re: Shared Subscription

2019-02-08 Thread Alain Narcisse SOBNGWI
Hello, can you please remove me for this list ? regards, Alain > Le 8 févr. 2019 à 16:44, ldebello a écrit : > > Hi, > > I totally understand your comment and I can prepare a example with my > config, but the intention of my question was just to check if someone knows > if there is some specia

Re: Shared Subscription

2019-02-08 Thread ldebello
Hi, I totally understand your comment and I can prepare a example with my config, but the intention of my question was just to check if someone knows if there is some special requirement to use shared subscriptions on core queues using multicast. Because I didn't find any documentation or differe

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
eues I know we have address and you > can configure the routing type to multicast in order to mimic the jms > topic. > > Our service is using JMSListener from spring and configuring the connection > factory for shared subscription. But we are lossing some messages so I > would >

Shared Subscription

2019-02-08 Thread ldebello
Hi, We are using artemis 2.6.3 with core queues I know we have address and you can configure the routing type to multicast in order to mimic the jms topic. Our service is using JMSListener from spring and configuring the connection factory for shared subscription. But we are lossing some