File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
activemq-unit-tests/src/test/java/org/apache/activemq/broker/virtual Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1717package org .apache .activemq .broker .virtual ;
1818
1919import jakarta .jms .Connection ;
20- import jakarta .jms .Destination ;
2120import jakarta .jms .Session ;
22-
2321import org .apache .activemq .ActiveMQConnectionFactory ;
2422import org .apache .activemq .broker .BrokerService ;
25- import org .apache .activemq .broker .jmx .BrokerViewMBean ;
2623import org .apache .activemq .broker .region .DestinationInterceptor ;
2724import org .apache .activemq .broker .region .virtual .VirtualDestination ;
2825import org .apache .activemq .broker .region .virtual .VirtualDestinationInterceptor ;
2926import org .apache .activemq .broker .region .virtual .VirtualTopic ;
30- import org .apache .activemq .command .ActiveMQDestination ;
3127import org .apache .activemq .command .ActiveMQQueue ;
3228import org .junit .After ;
3329import org .junit .Before ;
3430import org .junit .Rule ;
3531import org .junit .Test ;
3632import org .junit .rules .TemporaryFolder ;
3733
38- import javax .management .MalformedObjectNameException ;
39- import javax .management .ObjectName ;
40-
41- import static org .junit .Assert .*;
34+ import static org .junit .Assert .assertTrue ;
4235
4336public class AMQ9685Test {
4437
You can’t perform that action at this time.
0 commit comments