[jboss-user] [JCA/JBoss] - Re: Messaging with IBM Websphere MQ 7 JCA Adapter - Multiple

2009-08-12 Thread igor.beslic
Hi. I've solved this myself. Solution was easy: There is no need to configure topic destination. Once connection factory is obtained use session object to create Topic. Here is code: InitialContext ic = new InitialContext(); | | ConnectionFactory cf = (javax.jms.ConnectionFactory)

[jboss-user] [JBoss Messaging] - Messaging with IBM Websphere MQ 7 JCA Adapter

2009-07-10 Thread igor.beslic
Hi I have followed JBoss and IBM instructions and succeeded to run MQ JCA with JBoss 5.0.1. I use MQ v7. Both JBossAS 5.0.1 and MQ 7 are installed on WinXP. I use AdminObject to publish topic: connectionFactory: | tx-connection-factory | jndi-namewmq/myFC/jndi-name | xa-transaction /

[jboss-user] [JBoss Messaging] - Re: Messaging with IBM Websphere MQ 7 JCA Adapter

2009-07-10 Thread igor.beslic
OK. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242798#4242798 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242798 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Messaging with IBM Websphere MQ 7 JCA Adapter

2009-07-10 Thread igor.beslic
Hi I have followed JBoss and IBM instructions and succeeded to run MQ JCA with JBoss 5.0.1. I use MQ v7. Both JBossAS 5.0.1 and MQ 7 are installed on WinXP. I use AdminObject to publish topic: connectionFactory: Code: tx-connection-factory | jndi-namewmq/myFC/jndi-name | xa-transaction

[jboss-user] [JCA/JBoss] - Re: Messaging with IBM Websphere MQ 7 JCA Adapter

2009-07-10 Thread igor.beslic
Those are instructions: JBoss: http://www.jboss.org/community/wiki/UsingWebSphereMQSeriesWithJBossASPart4 IBM: http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html View the original post :