Uses of Class
org.objectweb.joram.client.jms.QueueConnectionFactory
-
Packages that use QueueConnectionFactory Package Description org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
-
Uses of QueueConnectionFactory in org.objectweb.joram.client.jms.local
Subclasses of QueueConnectionFactory in org.objectweb.joram.client.jms.local Modifier and Type Class Description classQueueLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory. -
Uses of QueueConnectionFactory in org.objectweb.joram.client.jms.tcp
Subclasses of QueueConnectionFactory in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classQueueTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.
-