Hi Dan, you cannot browse topic messages as they are dispatched to all consumers immediately (if there's any) and they don't get stored on the broker. Queue messages on the other hand, get stored waiting for the consumer to pick that up, so you can browse them.
Regards -- Dejan Bosanac ----------------- FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Feb 7, 2011 at 2:12 PM, danb2005 <burnett.dan...@gmail.com> wrote: > > Hi, is there a way to view the message body of a message that was posted to > a > Topic? > > "activemq-admin browse DESTINATION" seems to allow you to view the bodies > of > queue messages only, not topic messages (from > > http://activemq.apache.org/activemq-command-line-tools-reference.html#ActiveMQCommandLineToolsReference-browse > ). > > Please advise if I'm missing something. > > Thanks, > > Dan > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/View-message-body-for-Topic-tp3264090p3264090.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >