ObjectName queueMBean = new ObjectName("jboss.messaging.destination:service=Queue,name=Queue1");
Integer count = (Integer)ServerManagement.getAttribute(queueMBean, "MessageCount");
assertEquals(1, count.intValue());
XAConnectionFactory xcf = (XAConnectionFactory)cf;
XAConnection xconn = xcf.createXAConnection();
xconn.start();
// no active JTA transaction here
XASession xs = xconn.createXASession();