Re: OS wise setup

2018-05-24 Thread Hitesh
Thanks for the help. All my queries are answered. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Message received are always at QoS 0

2018-05-24 Thread 孙煜
Thanks for your reply, Tim. The broker is Apollo 1.7.1, and the client is based on Eclipse Paho 1.0.2, with protocol MQTT v3.1. When I connect the same client to ActiveMQ, it is correct, a QoS 1 message received. When searching for answer, I found the unfixed issue: ActiveMQ Apollo MQTT QoS

Re: Connection TTL

2018-05-24 Thread Howard Gao
Did you try the latest release and see if this is fixed? Howard On Thu, May 24, 2018 at 3:04 AM, Denis V. Kirpichenkov < denis.kirpichen...@gmail.com> wrote: > Hello! > > I'm using Artemis as an embedded server, so I want to disable all > connection ttl checking. To do so I set connection ttl to

Re: Message received are always at QoS 0

2018-05-24 Thread Tim Bain
What version of ActiveMQ are you using? What transport protocol are you using? Can you share your code that publishes the message? Tim On Thu, May 24, 2018, 6:50 AM 孙煜 wrote: > -- Original -- > From: "孙煜"; > Date: Thu, May 24, 2018 08:45 PM > To: "users"; >

Re: Own Security Plugin

2018-05-24 Thread Justin Bertram
It sounds to me like you may want to implement a custom JAAS login module. You can find the Artemis JAAS login module implementations here [1]. You can use those as a guide or find tutorials online. Aside from that you can extend Artemis via remoting interceptors or server plugins. You can find

Re:Message received are always at QoS 0

2018-05-24 Thread 孙煜
-- Original -- From: "孙煜"; Date: Thu, May 24, 2018 08:45 PM To: "users"; Subject: Message received are always at QoS 0 Hi, The message published with QoS 1, and the topic subscribed with QoS 1 too, but the message received are always at QoS 0. How can I m

Re: OS wise setup

2018-05-24 Thread Tim Bain
I can't think of any problems I'd expect to see if you merge the bin directories. Tim On Thu, May 24, 2018, 5:18 AM Hitesh wrote: > So just the scripts are different? We can simply keep a single setup with > merged bin folders? > Any issues that might occur if we merge the bins? > > Or would yo

Re: OS wise setup

2018-05-24 Thread Hitesh
So just the scripts are different? We can simply keep a single setup with merged bin folders? Any issues that might occur if we merge the bins? Or would you suggest to use the activemq.jar to start the broker? Thanks in advance.. :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ

Own Security Plugin

2018-05-24 Thread Lukas Lentner
Hi, in ActiveMQ Artemis 1.1.0 I would like to implement a Security Plugin that acts additionally to the properties files. A user should be able to send a jwt to the server and my plugin takes that jwt and resolves it to allowed actions on amq addresses. Is there an example to start from? Is a

AW: Notification Topic per Server Object

2018-05-24 Thread Lukas Lentner
I am talking about ActiveMQ Artemis 1.1.0 Servus Lukas Lentner > -Ursprüngliche Nachricht- > Von: Lukas Lentner [mailto:kont...@lukaslentner.de] > Gesendet: Donnerstag, 24. Mai 2018 12:21 > An: users@activemq.apache.org > Betreff: Notification Topic per Server Object > > Hi, > > I am d

Notification Topic per Server Object

2018-05-24 Thread Lukas Lentner
Hi, I am designing a message system that notifies about CREATION, MODIFICATION and REMOVAL of server objects. Each server object has an URN like company:appX:tenantY:as:id=1:bs:id=34:cs:id=333:d:es:id=22 which gives you the hierarchy of the "e"-object with the id "22". Every message consumer s