ARTEMIS-1321 - Allowing RA to be proxied on TomEE
This commit is contained in:
parent
2eada40fb0
commit
89989fd52d
|
@ -59,7 +59,7 @@ import org.apache.activemq.artemis.jms.client.ActiveMQSession;
|
||||||
/**
|
/**
|
||||||
* A joint interface for JMS sessions
|
* A joint interface for JMS sessions
|
||||||
*/
|
*/
|
||||||
public final class ActiveMQRASession implements QueueSession, TopicSession, XAQueueSession, XATopicSession {
|
public class ActiveMQRASession implements QueueSession, TopicSession, XAQueueSession, XATopicSession {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trace enabled
|
* Trace enabled
|
||||||
|
|
Loading…
Reference in New Issue