orpiske commented on code in PR #9001:
URL: https://github.com/apache/camel/pull/9001#discussion_r1062711834


##########
components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java:
##########
@@ -106,8 +99,9 @@ public void testInOutQueueProducerTTL() throws Exception {
 
         MockEndpoint.assertIsSatisfied(context);
 
-        DestinationViewMBean queue = 
service.getQueueMBean(TEST_INOUT_DESTINATION_NAME);
-        assertEquals(0, queue.getQueueSize(),
+        //TODO - I've exposed service.getMBeanServer(), do you think it  can 
be used here?

Review Comment:
   Maybe a leftover here? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to