On Tue, 2015-05-05 at 02:19 -0700, Erik Aschenbrenner wrote: > Dear Qpid users. > > I'm using the QPID JMS AMQP 1.0 Java Client (v0.30). > > Do you know and/or use any tools that could help analyzing the log files > created by the JMS client? > > For example it would be nice to have something that creates something more > human readable out of from the RAW log: > 2015-05-05 08:38:58.057 - INFO - SEND[/193.29.90.166:11575] : > AMQP\x03\x01\x00\x00 > 2015-05-05 08:38:58.080 - INFO - RECV [/193.29.90.166:11575] : > AMQP\x03\x01\x00\x00\x00\x00\x00"\x02\x01\x00\x00\x00S@\xc0\x15\x01\xe0\x12\x02\xa3\x09ANONYMOUS\x05PLAIN > 2015-05-05 08:38:58.114 - INFO - SEND[/193.29.90.166:11575] : > \x00\x00\x00#\x02\x01\x00\x00\x00SA\xc0\x16\x03\xa3\x09ANONYMOUS@\xa1\x07default
If you're mainly interested in the protocol exchange, the latest wireshark has an AMQP decoder which does a good job. Lets you select conversations, drill down for details of frames in human-readable form etc. It has the advantage of a single tool for any AMQP client/server. Of course it doesn't show you the frames in context of other log messages from the broker which is sometimes a pain but it's one for the toolbox. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
