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.
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
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
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
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
>
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
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
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:
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
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
10 matches
Mail list logo