Re: can not delete specific message from activemq queue

2017-01-06 Thread tk0485
thanks @tabish...@gmail.com your solution solved my problem -- View this message in context: http://activemq.2283324.n4.nabble.com/can-not-delete-specific-message-from-activemq-queue-tp4720831p4720875.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

can not delete specific message from activemq queue

2017-01-04 Thread tk0485
I'm trying to get list of all messages I have in activeMQ queue using java and delete one of the messages based on their ID. My code looks like the following: Connection connection = connectionFactory.createConnection("username","password"); connection.start();

how get messages from activemq dlq

2016-10-06 Thread tk0485
Hi all, I'm trying to write a script that pulls messages from activeMQ queue and purge them after. I tried looking it up online but couldn't find any examples to teach me how to do it. I'm want to know how can I connect to DLQ and how can I purge it? Any help? Thanks in advance -- View this me

how to create read only user in activeMQ web console?

2016-10-05 Thread tk0485
Hi all, I'm trying to create a read only user in activeMQ console, I found (1) and (2)

how to set read/write permissions on ActiveMQ?

2016-05-10 Thread tk0485
I'm new to ActiveMQ so please bear with me if my question seem dumb :D I have installed activemq on a CentOS machine and I'm connecting to it for writing to the qeueue and consuming from the queue through the admin user (which I dont think its the ideal way). I'm wondering if I can create a user f