Re: Destination wildcards or consumer selectors – advice needed

2016-02-18 Thread sburczymucha
Thanks for clarification, I decided to use message selector and it seems that it works as should :) As for page size problem - destination is set to topic and consumer is not durable, message handling is transactional, overall this should not be a problem. Best Regards, -- View this message in

Re: Exception encounter ActiveMQ with Replicated LevelDB

2016-02-18 Thread Sunil Vishwanath
I have created 2 Jira’s for issues I have encountered with ActiveMQ with Replicated LevelDB. The latest issue I am encountering is more critical as the earlier one can be gotten around with NFSv3. https://issues.apache.org/jira/browse/AMQ-6173

Re: Identify ActiveMQ asyncrhonous message failures?

2016-02-18 Thread Christopher Shannon
No there isn't, with async sends you won't know if the send has failed once it leaves the client because you won't get notified by the receiver of the status. If you need to know the status (error or success) then you have to do a sync send. The trade off for performance is that some message loss

SecurityException: User name [admin] or password is invalid

2016-02-18 Thread JellyDev01
I am using ActiveMQ v5.11.1 running on a Weblogic RHEL server. I am able to login to the Web Console and browse all topics and queues using the admin user and password but I am unable to manually Send a message to any Topic or Queue. I get the following error (taken from the log): SecurityExceptio

Identify ActiveMQ asyncrhonous message failures?

2016-02-18 Thread mayuraviraj
I have ActiveMQ persistent queue and due to performance i'm publishing to producer using async mode. My Code as following, ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(brokerURL); factory.setUseAsyncSend(true); PooledConnectionFactory connectionFactory = new P

Re: Consumers hanging on a queue although there are messages in it

2016-02-18 Thread Haris
Here is something more, really weird: Almost always, the following dirty hack "unblocked" the consumers: refreshing the queue browser page, i.e. http://localhost:8161/admin/queues.jsp -- View this message in context: http://activemq.2283324.n4.nabble.com/Consumers-hanging-on-a-queue-although-th

Consumers hanging on a queue although there are messages in it

2016-02-18 Thread Haris
Hi everyone!Unfortunately, my first message here is about a problem.I have the following scenario: In an application, ActiveMQ (v5.13.1) is used as a communication channel between a large number of nodes (around 50). One queue is central, and through it all messages pass, they get process by 2 node

How can i confirm which mq is master when user master/slave mode

2016-02-18 Thread zhusen
Hi there: I run activemq master/slave with zookeeper, activemq version is 5.11.1. My question is how can i confirm which activemq is master. The way i know to do this is check the log file or visit the manage view on borwer. I have use "query" command on a slave mq and shows NodeRole = slave, but