You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by nstoyanov <ne...@schneider-electric.com> on 2014/09/12 02:16:28 UTC

view message transactionId from console

Is there a way to view the trasnactionId of messages in a queue from the
console? I am using activeMQ 5.10.0. I can view all other headers with the
"activemq-admin browse" command either with the -Vheader option or the
--view option.

Here is what I tried so far:

activemq-admin browse --amqurl tcp://localhost:61616 --view JMSXTransactonId
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view JMSTransactonId
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view JMSXTransactonID
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view JMSTransactonID
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view TransactonID
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view transactonID
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view TransactonId
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 --view transactonId
data.queue 
activemq-admin browse --amqurl tcp://localhost:61616 -Vheader data.queue 





--
View this message in context: http://activemq.2283324.n4.nabble.com/view-message-transactionId-from-console-tp4685491.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: view message transactionId from console

Posted by Tim Bain <tb...@alumni.duke.edu>.
Were those the actual commands you used?  All of them have the typo
"transactonID" instead of "transactionID".

I can't say that this approach would work with the typo corrected, but it's
certainly not going to work with the typo.  I've never used the
command-line browser, so if it's not the right approach, hopefully someone
else will answer with better info.

On Thu, Sep 11, 2014 at 6:16 PM, nstoyanov <
nedeltcho.stoyanov@schneider-electric.com> wrote:

> Is there a way to view the trasnactionId of messages in a queue from the
> console? I am using activeMQ 5.10.0. I can view all other headers with the
> "activemq-admin browse" command either with the -Vheader option or the
> --view option.
>
> Here is what I tried so far:
>
> activemq-admin browse --amqurl tcp://localhost:61616 --view
> JMSXTransactonId
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view JMSTransactonId
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view
> JMSXTransactonID
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view JMSTransactonID
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view TransactonID
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view transactonID
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view TransactonId
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 --view transactonId
> data.queue
> activemq-admin browse --amqurl tcp://localhost:61616 -Vheader data.queue
>
>
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/view-message-transactionId-from-console-tp4685491.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>