Using Topics and Queues for both Java-based and Node.js-based services

2017-12-12 Thread Jeroen van Ooststroom
Hello, Coming back to the discussion on the apache-activemq IRC channel of possible Topics and Queues when using ActiveMQ’s MQTT service. First a bit of history then. We’ve have been using multiple Java-based services for quite a bit of years now utilizing ActiveMQ’s JMS Topic and the occasi

Re: ActiveMQ Artemis: Durable Message in durable Queue

2017-12-12 Thread andi welchlin
Hi Clebert, this was just because I did not know that there is a new and an old format. I changed it to the new format and everything works fine, with and without cluster. Thank you! Kind Regards, Andreas PS: config looks like this, now:

Re: ActiveMQ Artemis: Durable Message in durable Queue

2017-12-12 Thread Clebert Suconic
Why don't you use the new format... the exist for backward compatibility: On Tue, Dec 12, 2017 at 10:11 AM, andi welchlin wrote: > Hello all, > > I have configured one queue in Artemis which is durable. > I sent a durable

ActiveMQ Artemis: Durable Message in durable Queue

2017-12-12 Thread andi welchlin
Hello all, I have configured one queue in Artemis which is durable. I sent a durable message to this queue and would have expected to see this message even if the consumer connects later than the message was published. But this is not the case in my test. I configured the queue like:

Re: ActiveMQ custom plugin

2017-12-12 Thread Gupta Bharat
Yes the question I asked here is not answered earlier. In previous threads/mail focus was on when client was publishing a message on topic the activemq.send method was called to intercept the message before it actually published on topic. Here I am majorly focusing on intercepting mqtt connecti

Re: Broker Federation with an Active-Active Broker Cluster

2017-12-12 Thread andi welchlin
Cool, thank you, Martyn! On Tue, Dec 12, 2017 at 4:01 PM, Martyn Taylor wrote: > No problem. My point about the JVM was not that the cluster will run > within the JVM. It's that the way an active active pair works, is that a > live and a backup server is started within the same JVM. So a 3

Re: Broker Federation with an Active-Active Broker Cluster

2017-12-12 Thread Martyn Taylor
No problem. My point about the JVM was not that the cluster will run within the JVM. It's that the way an active active pair works, is that a live and a backup server is started within the same JVM. So a 3 machine cluster might look like this: Machine 1) Live A, Backup C Machine 2) Live B, Bac

Re: Broker Federation with an Active-Active Broker Cluster

2017-12-12 Thread andi welchlin
Hello Martyn, thank you for your answer. It was helpful. Yes, what you described is what I want to achieve ... but the cluster should not run within the JVM it should be spread around different locations worldwide. So basically what I want to do in the cluster is what I read in one of your links

RE: ActiveMQ custom plugin

2017-12-12 Thread Tim Bain
Is there some aspect of your question that's not answered by the first 12(!) emails in the thread? I'm not clear why you're asking what appears to be the same question again. If there's some new aspect of the question or something that wasn't previously answered, please highlight what it is. And n

Re: Broker Federation with an Active-Active Broker Cluster

2017-12-12 Thread Martyn Taylor
Hi Andreas, If I understand correctly you're wanting to create a single cluster, with active-active style availability, with some satellite brokers? To set up an active/active style HA cluster in Artemis, you can use using co-located pairs[1]. Essentially what this is doing is creating a live an

Re: Artemis CRL

2017-12-12 Thread Raul Valdoleiros
Hi Justin, I copied the activemq-revoke.crl from the activemq repository. I will try to add the documentation today or tomorrow,I've a busy day today :( Thanks, Raul 2017-12-12 3:09 GMT+00:00 Justin Bertram : > If you look at Raul's commit you'll see support for OCSP in there. Really > what's

Artemis: TTL in broker network (AMQP)

2017-12-12 Thread andi welchlin
Hello, Let's say a producer sends a message with a TTL to a queue in a broker network using AMQP. What will happen when the message is sent from one broker to the next broker. Is the TTL timer of the message reset? Kind Regards, Andreas

RE: ActiveMQ custom plugin

2017-12-12 Thread Gupta Bharat
hello again, I am asking my question here again if you can possibly help me with a method. 1. Need to intercept the Incoming connections from MQTT clients. User is connecting to activemq broker by hitting on url and sending a TOKEN [(hostname:port) + token] How can we intercept the connections