[jboss-user] [JBoss Messaging Users] - Re: jBoss 4.2.3GA and Websphere MQ 7.0

2009-11-02 Thread sjunejo
I found the problem and resolved it. Actually I was looking for 'JNDI' name in 
incorect format.

I was using following in my jboss-web.xml (in web application) and jboss.xml 
(in mdb);

Incorrect Reference

resource-ref
  | res-ref-namejms/jmsConnectionFactory/res-ref-name
  | res-typejavax.jms.ConnectionFactory/res-type
  | jndi-namewmq/myFC/jndi-name
  | /resource-ref

Where 'wmq/myFC' is connection factory I defined to use MQ Server adaptor. I 
edited the above part in both (In Web application and MDB) jboss-web.xml and 
jboss.xml a follows and it worked;

Correct Reference

resource-ref
  | res-ref-namejms/jmsConnectionFactory/res-ref-name
  | res-typejavax.jms.ConnectionFactory/res-type
  | jndi-namejava:wmq/myFC/jndi-name
  | /resource-ref

Hope this will help someone in the future.

--
SJunejo

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4263512#4263512

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263512
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: jBoss 4.2.3GA and Websphere MQ 7.0

2009-11-02 Thread timfox
This forum is about JBoss Messaging. The correct place to ask questions about 
other JMS providers is in the JCA user forum.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4263525#4263525

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263525
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user