The connection factory is org.jboss.jms.client.JBossConnectionFactory and as you can see it implements all connection factory interfaces.
It would have to, or we wouldn't pass JMS 1.1 compliance.
| public class JBossConnectionFactory implements
| ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory,
| XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory,
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991399#3991399
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991399
Hi guys,
I am trying to deploy some legacy code that was built based on J2EE 1.3 and uses QueueConnectionFactory and TopicConnectionFactory. I noticed that these implementations are missing and instead only org.jboss.jms.server.connectionfactory.ConnectionFactory exists. Is there any implementation of the above factories in the works?
I have looked into writing my own implementation. I am a bit confused as I don't see where the getConnection() method is implemented in org.jboss.jms.server.connectionfactory.ConnectionFactory which tells me this may be more than I have time for right now.
Any insight would be helpful. I need to move on to a different messaging server if this is not feasible in the short term.
TIA
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991394#3991394
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991394