Producers get created automatically

2019-02-11 Thread artemisn00b
Hi, I just started exploring Artemis for sending messages from producer to a consumer. I'm using a Spring boot starter for this. My problem is that whenever I run the consumer, the artemis console shows that, there are 2 producers created as well. I don't know what is causing this problem. Howeve

Re: Artemis (AMQ7.2) Symmetric Cluster with Multi-Server - Replication not working

2019-02-11 Thread Clebert Suconic
I bet you copied the data between the two modes. Don’t do that. The NodeID is an uuid. You can only duplicate it if you copied the data. Remove the journals and restart your tests. If you have real data you need to keep (queue created for instance) remove the lock files. And keep everything

Re: [ARTEMIS] Clustered broker with multiple live servers and shared JDBC-Store

2019-02-11 Thread Clebert Suconic
I’m not sure what’s the issue to be honest. You should try the latest version of Artemis and you still hit an issue you would have to communicate us a way to reproduce the issue. On Mon, Feb 11, 2019 at 3:32 PM jraju wrote: > Hi, > > Any update to this issue please? > > I am also trying a Symm

Re: Shared Subscription

2019-02-11 Thread Clebert Suconic
Will your messages “ressurect” if you restart the broker? (I’m case they are persistent) Look for connection leaks in your app if that’s the case. Another case I can think of is client ack and calling message.ack on the wrong order? (Well you would need a restart to really lose messages on that

Artemis (AMQ7.2) Symmetric Cluster with Multi-Server - Replication not working

2019-02-11 Thread jraju
Hi, I am trying a Symmetric cluster with Multi server environment (all nodes active) where JGroups is used for discovery & broadcast. The JGroup ping file is pointed to a shared file location. I think the cluster is forming fine, but messages produced in Node1 is not routed to the only consumer a

RE: [ARTEMIS] Clustered broker with multiple live servers and shared JDBC-Store

2019-02-11 Thread jraju
Hi, Any update to this issue please? I am also trying a Symmetric cluster with Multi server environment where JGroups is used for discovery. The JGroup ping file is pointed to shared file location. Thanks. Raju J -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html