Artemis MQ Cluster Issue

2019-03-07 Thread naveen
port, remainig all are same configuration. please let me know is there any configuration required to send messages as a round rabin method to reach the both the broker nodes. please suggest . Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis MQ Cluster Issue

2019-03-07 Thread naveen
e 2 also same as above and only changes are in place netty-connector">tcp://:61614 and Broker node 2 IP . please let me know if you need any further information. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis MQ Cluster Issue

2019-03-07 Thread naveen
Hello, netty-connector">tcp://:61613 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis MQ Cluster Issue

2019-03-18 Thread naveen
please help us the above issue -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis MQ STOMP VS AMQP Protocol

2019-03-24 Thread naveen
. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis MQ Monitoring and Alerts

2019-03-24 Thread naveen
know if you have any references as well. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis MQ STOMP VS AMQP Protocol

2019-03-26 Thread naveen
- Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis MQ STOMP VS AMQP Protocol

2019-03-26 Thread naveen
Dear Justin, Thanks for the reply AMQP is binary and when an external client sends the data over TCP/IP to Artemis broker it transmits the data as binary - This is what I am saying it as interception. Similarly I am asking about STOMP, since STOMP is a text protocol when an external client sends

Reg Load balancing error in artemis.log

2019-03-26 Thread naveen
Dear, We are using Network Load balancer to publish and consumer the messages from using Artemis broker. we are continuously getting the error in artemis.log as below 2019-03-27 08:54:28,714 ERROR [org.apache.activemq.artemis.core.server] AMQ224088: Timeout (10 seconds) while handshaking has occu

Reg Live - Backup Groups configuration

2019-03-26 Thread naveen
reply - Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Error while browsing the message using the Hawtio

2019-03-26 Thread naveen
e!/AccountingSTG1"/browse()?maxDepth=7&maxCollectionSize=5&canonicalNaming=false&ignoreErrors=true Note:- the same war file deployed in windows working as expected(Browsing , deleteing the mesage etc..).. could you please let me know what could be the reason . Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
-uber.jar ? Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
lp me. Thanks Naveen On Fri, Nov 29, 2019 at 11:53 AM Jean-Baptiste Onofré wrote: > Hi, > > ActiveMQ 5.15.11 uses Jetty 9.4.22, using jetty-all artifact. > > It's just fine for ActiveMQ standalone. Anyway, I will improve (mostly > to reduce the Jetty deps volume). > >

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
Hi JB, For a test, I just placed the jetty-all jar in tomcat 9 lib and server start up reports the same error. I did not keep activemq or any other jar. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Not running on Jetty, JSR-356 support unavailable

2019-12-02 Thread Naveen Kumar
. If I delete this package from the jar, the server start up works fine. Could you please help with this ? Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Message Ordering of persistent message while async send from producer

2020-03-05 Thread Naveen Katiyar
Hi All, Recently I have noticed that if I enable Async Send on broker through single producer, then order of message is not honoured. Can someone please confirm if my observation is correct? Regards.

Can’t addRole using JMX API call

2024-03-07 Thread Naveen kumar
Hi Team, We are not able to addRole to the address/queues. Can you please help us with right API call using jolokia endpoint? Regards , Naveen

Temporary queue in Artemis active MQ

2024-04-16 Thread Naveen kumar
access management for temporary queues are specified Regards, Naveen

Re: Temporary queue in Artemis active MQ

2024-04-22 Thread Naveen kumar
Hi Team, Any update on below please ? Regards, Naveen > On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: > > Hi Team, > > We have the below question on temporary queues in Artemis MQ in eks . Could > you please help us with answer for the below ones, > > 1. When a

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Naveen kumar
Hi Team, Any update please ? Regards , Naveen > On 22 Apr 2024, at 5:25 PM, Naveen kumar wrote: > > Hi Team, > > Any update on below please ? > > Regards, > Naveen > >> On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: >> >> Hi Team, >>

Unable to configure SSL and authentication

2024-05-07 Thread Naveen Kumar
sl=true set ACTIVEMQ_SSL_OPTS = -Djavax.net.ssl.keyStore=%ACTIVEMQ_HOME%/conf/broker.ks -Djavax.net.ssl.keyStorePassword=Admin@123 -Djavax.net.ssl.trustStore=%ACTIVEMQ_HOME%/conf/client.ts -Djavax.net.ssl.trustStorePassword=Admin@123 Thanks, Naveen.

Slack Invitation

2024-05-07 Thread Naveen Kumar
Hi all, Kindly send me the invite link to join ActiveMq Slack Channel

Not running on Jetty, JSR-356 support unavailable

2019-11-22 Thread Naveen Kumar
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5125) It looks like Jetty 9.4 has JSR-356 implementation and it is conflicting with Tomcat. Can someone please help to fix this ? Thanks Naveen

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-22 Thread Naveen Kumar
Hi JB, I am starting it from code using brokerservice. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Disallow Queue Deletion

2018-05-17 Thread Rajan, Naveen (ServiceMax from GE Digital)
Hello, How do we disallow queue deletion, including from Console - just turn this feature off ? Regards, Naveen

How to prevent queue deletion & message deletion from a queue (including from Admin console)

2018-05-25 Thread Rajan, Naveen (ServiceMax from GE Digital)
Regards, Naveen