Any luck with this? Were you able to get this to work on a Windows machine? I
am trying to do the same in a Linux machine.
If possible could you outline the steps you had taken to fix this?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/How-do-I-Set-Up-Multiple-ActiveMQ
I am very new to ActiveMQ so might not be familiar with its terminology, so
please bare.
OS: Red Hat Linux 6.7
ActiveMQ version: apache-activemq-4.1.2 (if higher version does not have
this issue, we are fine with upgrading the version).
Currently we have only one instance of ApacheMQ running o
Hi all,
I am using Active MQ 5.14.3 as an MQTT broker. I am talking to it using the
paho java client v1.1.1.
My application uses a paho MQTT client to subscribe to a certain topic. I
am also setting manual acks so when it gets a callback (each time a msg
arrives) it does not ack immediately the m
Is what you're doing (setting them via request parameters on the URL) the
right way to set message header properties (e.g. test=2)? The page doesn't
say explicitly, but I had assumed that you'd need to use the --header
approach.
You should be able to publish your messages and then look at them in
Hi everyone,
I am experiencing constant reconnects from my paho MQTT subscriber and
publisher clients running inside a JVM on my Mac talking to a Active MQ
instance running in Virtual BOX also on my Mac.
The protocol is MQTT.
It is an integration test where I am trying to test a simple app that
In
http://stackoverflow.com/questions/33508706/activemq-protocolexception-invalid-connect-encoding,
Tim Bish mentioned a couple of possible things that could result in this
error (though the possibilities were all very generic, so I'd be surprised
if they led you to the answer on their own), and he
This is the third thread you've started in the past two days asking the
same question. Please don't create duplicate threads.
On May 11, 2017 6:54 AM, "aragoubi" wrote:
> I have an embedded activeMQ broker listening to two ports.
>
> Here's my broker-config file :
>
>
>xmlns="http://www.spr
As I understand it, this is expected behavior.
ActiveMQ deletes messages when they are consumed, so if all messages are
consumed for a given destination, there will be no rows in the table that
correspond to that destination. So when the broker starts, it has no need
to create the destination, giv
I'm trying to get an Artemis 2.0 cluster working.
I have 3 Nodes Running on AWS Windows 2016 and Artemis 2.0
Java jdk 1.8.0_131
I can't seem to get them to fail over when I take the Live server offline I
see no changes to the backup servers.
I'm not sure whats happening anyone have any ideas?
Th
Hi,
I'm testing 5.14.5 on Windows. After I define some queues and send/receives
messages and close broker, after restart, I cannot see the queues that I
defines, If there is no connected consumers.
Is this normal ? After I start sending messages, queues are automatically
created but I prefer them
I have an embedded activeMQ broker listening to two ports.
Here's my broker-config file :
http://www.springframework.org/schema/beans";
xmlns:amq="http://activemq.apache.org/schema/core";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.springframewo
Dear Tim
I can't find a word to thank you!!
> In the meantime, did anything actually fail when you did the restart?
> Restarting the broker should definitely work without this error, but did
> it
> have any negative effect other than the scary-sounding message showing up
> in the logs? I'm jus
Thank for your reply Gordon. I will be sure to mention you (and your work)
around when I finally get this tackled.
Does anyone have any input regarding my question 4?
Q4: Is it possible to use any of the EIPs that ActiveMQ offers with Node.js?
If so, how?
A4 (WIP): I believe this would still
Hi,
I have an embedded activeMQ broker listening to two ports.
Here's my broker-config file :
http://www.springframework.org/schema/beans";
xmlns:amq="http://activemq.apache.org/schema/core";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.springframe
14 matches
Mail list logo