[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Refactored to use JSON
timfox
do-not-reply at jboss.com
Sat May 2 11:24:43 EDT 2009
I've refactored the management code to use JSON for attributes, invocations and return values.
This works well in most cases however we have a problem for return values which are TabularData.
We can't directly return TabularData objects but we can return a Map whose values are Object[] which gives us basically the same thing.
Problem is though this won't display nicely in jconsole.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228135#4228135
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228135
More information about the jboss-dev-forums
mailing list