Re: Is there a way to monitor delayed message ?

2019-07-12 Thread Justin Bertram
The names of the metrics he mentioned match those from 5.x and not Artemis so I assume he's asking about 5.x. However, it's worth noting that Artemis does track delayed/scheduled messages using the ScheduledCount metric on the QueueControl MBean. I don't see a way to do this in 5.x. Artemis also s

Re: Is there a way to monitor delayed message ?

2019-07-12 Thread Tim Bain
Is this question about 5.x or Artemis? Tim On Fri, Jul 12, 2019, 5:05 PM COURTAULT Francois < francois.courta...@thalesgroup.com> wrote: > Hello > > The question is in the subject. > Is it possible to use JMX ? I have tried to find some counters without any > success :( > Only: > > * Deq

Re: Monitoring ActiveMQ with JMX

2019-07-12 Thread Tim Bain
Does netstat show a server socket on port 1099? If not, does your service script actually use that variable you're defining? And does it overwrite it and lose your content somewhere before it starts the ActiveMQ process? If so, you'll need to tell us more about how you're trying to connect. Tim

Is there a way to monitor delayed message ?

2019-07-12 Thread COURTAULT Francois
Hello The question is in the subject. Is it possible to use JMX ? I have tried to find some counters without any success :( Only: * DequeueCount * DispatchCount * EnqueueCount * ExpiredCount * InFlightCount But no DelayedCount ! Does JMS 2.0 API can

Re: master / backup cluster-connection options not working?

2019-07-12 Thread Justin Bertram
Try this syntax adjustment: master-connector 2000 1.5 12 30 30 slave-connector I swapped the order of and . The XSD wants the elements in to be in a particular order. We should probably chang

replicated static master/slave - which is the correct URI for an artemis-jms-client?

2019-07-12 Thread Frank Meilinger
Hi Justin,   thanks a lot for clarification. I couldn't find a documentation with all supported URI schemes and all supported options for the Artemis JMS core client. Maybe you have a link...   Frank

Re: consuming messages with REST API in Java

2019-07-12 Thread Luigi Suardi
AMQ would be one of many microservices in our service oriented (hybrid cloud) architecture... all communication is REST / HTTP based with API gateways and other tools used to route, balance and control access to API end points... I am not sure how to fit JMS in this scenario. Thoughts? Luigi

Is there a way to monitor delayed message ?

2019-07-12 Thread COURTAULT Francois
Hello everyone, The question is in the subject. Is it possible to use JMX ? I have tried to find some counters without any success :( Only the hereafter counters: * DequeueCount * DispatchCount * EnqueueCount * ExpiredCount * InFlightCount But no Del

Re: Security questions

2019-07-12 Thread Justin Bertram
> Does anyone try to turn on FIPS in Java using Artemis I haven't tried it. > We need to encrypt all the traffic and we are using two brokers connected with a bridge using user and pass, any way to encrypt this? Use TLS. Justin On Fri, Jul 12, 2019 at 10:10 AM ldebello wrote: > Hi guys, > >

Security questions

2019-07-12 Thread ldebello
Hi guys, We are using Artemis and we have some requirements to achieve the following things: 1- Use Java FIPS complain (Does anyone try to turn on FIPS in Java using Artemis) 2- We need to encrypt all the traffic and we are using two brokers connected with a bridge using user and pass, any way to

Re: NullPointerException

2019-07-12 Thread ldebello
Hi guys, Anyone could help me to reproduce this in an automatic tests? Thanks in advance. Regards, Luis -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Monitoring ActiveMQ with JMX

2019-07-12 Thread Andres Tarallo
I´ve managed to make my queue work, messages goes from syslog through activemq to graylog. Now I´m trying to configure JMX in apache, without success On my systemd config (file activemq.service) I´ve added in [Service] Environment=ACTIVEMQ_SUNJMX_START=-Dcom.sun.managment.jmxremote -Dcom.sun.mana

Re: replicated static master/slave - which is the correct URI for an artemis-jms-client?

2019-07-12 Thread Justin Bertram
Thanks for following up, Frank. I would expect a URL like this to work: (tcp://master:61616,tcp://slave:61616)?ha=true&reconnectAttempts=-1 Both "randomize" and "backup" are not used by the Artemis JMS core client. Also, the "failover://" schema is used by OpenWire clients, not Artemis JMS cor

replicated static master/slave - which is the correct URI for an artemis-jms-client?

2019-07-12 Thread Frank Meilinger
Hello all,  there was an error in my broker.xml files on both master and slave. After correcting these, the following URI is working with the "ActiveMQ JMS Core Client" library (and also with the artemis command line clients), like it should.  (tcp://master:61616,tcp://slave:61616)?ha=true&rec