Re: Concurrent Consumption of Messages Putting a lock on attribute

2018-12-20 Thread drunkKnight
Thanks a lot for the help. Since I'm new to MQs, I wanted to ask one more thing. My project is a gradle build project and dropwizard is the framework (jetty server). I could not find any ActiveMQ plugin for gradle. Alternatively, I am planning to add a maven central repository in the build script.

Re: Error ActiveMQ / Websocket configuration

2018-12-20 Thread Tim Bain
So... You're using an embedded broker, but then trying to connect to it via a websocket? Is that really what you mean to do, and if so, why? Before we sink too much time into solving your problem, let's make sure it's the RIGHT problem. Also, have you confirmed via netstat that the broker is actua

Re: Concurrent Consumption of Messages Putting a lock on attribute

2018-12-20 Thread Tim Bain
Correction: this is the actual documentation for message groups in 5.x: http://activemq.apache.org/message-groups.html On Thu, Dec 20, 2018, 12:07 PM Tim Bain Here's documentation for ActiveMQ 5.x, if that's what you're using. > http://activemq.apache.org/exclusive-consumer.html > > Tim > > On Th

Re: Artemis. Qos2 on subscription.

2018-12-20 Thread Justin Bertram
Are there any errors logged on the broker? This looks like it might be a client problem or some kind of network issue. Do you have a test to reproduce this failure? Justin On Tue, Nov 20, 2018 at 11:34 AM itorres wrote: > Hello, > > We use MQTT to connect to an Apache Artemis 2.6.3 server. We

Re: Concurrent Consumption of Messages Putting a lock on attribute

2018-12-20 Thread Tim Bain
Here's documentation for ActiveMQ 5.x, if that's what you're using. http://activemq.apache.org/exclusive-consumer.html Tim On Thu, Dec 20, 2018, 10:04 AM Justin Bertram It sounds to me like you would want to put all the related messages into a > single message group [1] together. > > > Justin >

Re: ActiveMQ-JBoss 5 integration problem

2018-12-20 Thread Justin Bertram
Using the @ResourceAdapter("amq.jmsra.rar") annotation on the MDB and then configuring the ra.xml in the amq.jmsra.rar is not a terrible or unworkable solution. Each MDB can have it's own copy of the amq.jmsra.rar with a unique name and a unique ra.xml configuration as needed. Resource adapter arc

Re: Concurrent Consumption of Messages Putting a lock on attribute

2018-12-20 Thread Justin Bertram
It sounds to me like you would want to put all the related messages into a single message group [1] together. Justin [1] https://activemq.apache.org/artemis/docs/latest/message-grouping.html On Thu, Dec 20, 2018 at 8:18 AM drunkKnight wrote: > I have multiple servers that store 1 users on

Error ActiveMQ / Websocket configuration

2018-12-20 Thread FM
Hi, I try to configure my Websockets with ActiveMQ. When I launch my Springboot application I obtain this message : /8.12.20 10:57:44.705 [tcp-client-loop-nio-3] INFO o.s.m.s.s.StompBrokerRelayMessageHandler - TCP connection failure in session _system_: Failed to connect: Connection timed out:

Concurrent Consumption of Messages Putting a lock on attribute

2018-12-20 Thread drunkKnight
I have multiple servers that store 1 users on each. Earlier because of less time, I was using a Pub/Sub model for different events. It worked as follows: Consider the case, where I had to do an OTP verification for a user then I would write it in DB and later the event to be executed in the D

Advisory topic about temporaries queues

2018-12-20 Thread Arnaud Boudier
Hello, I have an application that use a lot of temporaries queues, I can see using activemq web interface that a lot of advisories topics are created concerning theses temporaries queues. I'm a facing performance issue and I'm wondering if it's because too much advisories topics are created. I wo