Re: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-11 Thread adnan
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

Run multiple ActiveMQ services on same server

2017-05-11 Thread adnan
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

Increasing MQTT redeliver timeout on Active MQ 5.14.3 broker

2017-05-11 Thread Martin Eden
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

Re: ActiveMQ REST Api with HTTP

2017-05-11 Thread Tim Bain
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

Experiencing constant reconnects with paho client v1.1.1 and broker Active MQ 5.14.3

2017-05-11 Thread Martin Eden
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

Re: WARN [org.apache.activemq.broker.TransportConnection.Transport] (qtp906254668-147) Transport Connection to: MQTTSocket_248153872 failed: java.io.IOException: Invalid CONNECT encoding

2017-05-11 Thread Tim Bain
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

Re: WARN [org.apache.activemq.broker.TransportConnection.Transport] (qtp906254668-147) Transport Connection to: MQTTSocket_248153872 failed: java.io.IOException: Invalid CONNECT encoding

2017-05-11 Thread Tim Bain
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

Re: ActiveMQ deletes empty queues automatically on shutdown

2017-05-11 Thread Tim Bain
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

Artemis 2.0 cluster fail over issue

2017-05-11 Thread mtod
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

ActiveMQ deletes empty queues automatically on shutdown

2017-05-11 Thread gokhanoner
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

WARN [org.apache.activemq.broker.TransportConnection.Transport] (qtp906254668-147) Transport Connection to: MQTTSocket_248153872 failed: java.io.IOException: Invalid CONNECT encoding

2017-05-11 Thread aragoubi
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

Re: LifecycleProcessor exception

2017-05-11 Thread Hidekazu
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

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-11 Thread pedro-masterasp
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

Can't connect to broker from paho mqtt client

2017-05-11 Thread aragoubi
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