File tree 1 file changed +1
-8
lines changed
activemq-unit-tests/src/test/java/org/apache/activemq/broker/virtual
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 17
17
package org .apache .activemq .broker .virtual ;
18
18
19
19
import jakarta .jms .Connection ;
20
- import jakarta .jms .Destination ;
21
20
import jakarta .jms .Session ;
22
-
23
21
import org .apache .activemq .ActiveMQConnectionFactory ;
24
22
import org .apache .activemq .broker .BrokerService ;
25
- import org .apache .activemq .broker .jmx .BrokerViewMBean ;
26
23
import org .apache .activemq .broker .region .DestinationInterceptor ;
27
24
import org .apache .activemq .broker .region .virtual .VirtualDestination ;
28
25
import org .apache .activemq .broker .region .virtual .VirtualDestinationInterceptor ;
29
26
import org .apache .activemq .broker .region .virtual .VirtualTopic ;
30
- import org .apache .activemq .command .ActiveMQDestination ;
31
27
import org .apache .activemq .command .ActiveMQQueue ;
32
28
import org .junit .After ;
33
29
import org .junit .Before ;
34
30
import org .junit .Rule ;
35
31
import org .junit .Test ;
36
32
import org .junit .rules .TemporaryFolder ;
37
33
38
- import javax .management .MalformedObjectNameException ;
39
- import javax .management .ObjectName ;
40
-
41
- import static org .junit .Assert .*;
34
+ import static org .junit .Assert .assertTrue ;
42
35
43
36
public class AMQ9685Test {
44
37
You can’t perform that action at this time.
0 commit comments