Re: accessing suspended exchanges

2014-12-18 Thread Claus Ibsen
On Thu, Dec 18, 2014 at 6:12 PM, Mark Ford wrote: > I saw that option but it's better suited for JMX. In my case, everything is > resident locally so dumping to XML and having to provide a string adapter > for the payload seems like a lot to do. Also consider that I need to parse > everything back

Re: accessing suspended exchanges

2014-12-18 Thread Mark Ford
I saw that option but it's better suited for JMX. In my case, everything is resident locally so dumping to XML and having to provide a string adapter for the payload seems like a lot to do. Also consider that I need to parse everything back from XML to see what the message is. Would you be open to

Re: accessing suspended exchanges

2014-12-18 Thread Claus Ibsen
You can use dumpTracedMessagesAsXml to get the message content in xml. On Thu, Dec 18, 2014 at 5:26 PM, Mark Ford wrote: > I'm using the BacklogDebugger but don't see an easy way to access the > suspended exchanges. The map is private and the SuspendedExchange class > itself is also private. Whil

accessing suspended exchanges

2014-12-18 Thread Mark Ford
I'm using the BacklogDebugger but don't see an easy way to access the suspended exchanges. The map is private and the SuspendedExchange class itself is also private. While at the breakpoint, I'd like the user to be able to inspect the Exchange. It would help if there were simple getters for this v