Hi, We are migrating a J2EE application (involving JMS/MDB) from Weblogic 7 to JBoss 4. The setup on weblogic uses Queue, Connection factory, JMS server, JDBC Message store. We have been able to create Queue on JBoss using jbossmq-destinations-service.xml and we tried to create Connection factory in jms-ds.xml as :
anonymous wrote : | <no-tx-connection-factory> | <jndi-name>PBOLogQueueConnectionFactory</jndi-name> | <rar-name>jms-ra.rar</rar-name> | <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition> | <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Queue</config-property> | <max-pool-size>20</max-pool-size> | <security-domain-and-application/> | </no-tx-connection-factory> But our remote client says the factory is not bound as : anonymous wrote : Testing JMS log queue by sending a test message...javax.naming.NameNotFoundException: PBOLogQueueConnectionFactory not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:491) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:499) | at org.jnp.server.NamingServer.getObject(NamingServer.java:505) | at org.jnp.server.NamingServer.lookup(NamingServer.java:278) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) Now our query is : a) why is ConnectionFactory not found by client ? b) how to declare/configure JDBC Message-store and JMS server in JBoss ? Could not find any xml-based way to do so. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885476#3885476 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885476 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
