Author |
Message |
Topic: WMQ JMS RA and CCDT |
shadowrunner52
Replies: 6 Views: 5402
|
Forum: IBM MQ Java / JMS Posted: Mon May 19, 2008 4:00 pm Subject: WMQ JMS RA and CCDT |
Bizarre question: Why specify the ccdtURL on the MDB activation-config and not the corresponding qcf/tcf? and more specifically their JNDI lookup??
Enjoy
Well, if I understand you cor ... |
Topic: WMQ JMS RA and CCDT |
shadowrunner52
Replies: 6 Views: 5402
|
Forum: IBM MQ Java / JMS Posted: Mon May 19, 2008 10:51 am Subject: WMQ JMS RA and CCDT |
I activated the trace log and it seem that when using the CCDT, the call to 'ServerSessionPoolImpl.createJMSSession()' does not return a session:
creating new ServerSession
--->ServerSessionPoo ... |
Topic: WMQ JMS RA and CCDT |
shadowrunner52
Replies: 6 Views: 5402
|
Forum: IBM MQ Java / JMS Posted: Sat May 17, 2008 2:50 pm Subject: Re: WMQ JMS RA and CCDT |
In the standard the connection does not get created in started status. Shouldn't your activation bean start the connection?
Enjoy
The connection is created when I deploy the MDB. I ... |
Topic: WMQ JMS RA and CCDT |
shadowrunner52
Replies: 6 Views: 5402
|
Forum: IBM MQ Java / JMS Posted: Fri May 16, 2008 2:50 pm Subject: WMQ JMS RA and CCDT |
I am using the WMQ version 6.0.2.3 JMS Resource Adapter on JBoss 4.0.5. I am using a CCDT for inbound and outbound connections and everything is working fine.
Now I want to use the CCDT for my MDB ... |
Topic: WMQ JMSRA Failover Solved! - MAYBE |
shadowrunner52
Replies: 0 Views: 2007
|
Forum: IBM MQ Java / JMS Posted: Fri May 09, 2008 6:11 am Subject: WMQ JMSRA Failover Solved! - MAYBE |
I've been working on setting up a 2 node MQ cluster for the purposes of handing failover if one node goes down, either planned or unplanned. I am using the WMQ JMSRA on JBoss 4.0.5.
I got the CC ... |
Topic: CCDT and WMQ JNDI bug |
shadowrunner52
Replies: 4 Views: 4422
|
Forum: IBM MQ Java / JMS Posted: Tue May 06, 2008 4:55 pm Subject: CCDT and WMQ JNDI bug |
No but you might have found a reference to the intercommunications manual where the channel pairing is explained...
Ah, I hadn't gotten to the intercommunications manual. I'll be ... |
Topic: CCDT and WMQ JNDI bug |
shadowrunner52
Replies: 4 Views: 4422
|
Forum: IBM MQ Java / JMS Posted: Tue May 06, 2008 8:18 am Subject: CCDT and WMQ JNDI bug |
Read up in the client manual and the references to the programer's manual and reference about the channel table. See the channel table exemples...
Enjoy
That technote covered ... |
Topic: CCDT and WMQ JNDI bug |
shadowrunner52
Replies: 4 Views: 4422
|
Forum: IBM MQ Java / JMS Posted: Mon May 05, 2008 8:17 am Subject: CCDT and WMQ JNDI bug |
According to this page:
<no-tx-connection-factory>
<jndi-name>queueManager/QM_CLUST_1</jndi-name>
<rar-name>wmq.jmsra.rar</rar-name>
<connection-definition ... |
Topic: TDS To XML Conversion Strategy |
shadowrunner52
Replies: 2 Views: 2248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 26, 2007 4:10 am Subject: TDS To XML Conversion Strategy |
Thanks Kimbert. I tried using data patterns but couldn't get it to work very well. Probably just my inexperience but I'll play around with it some more. |
Topic: TDS To XML Conversion Strategy |
shadowrunner52
Replies: 2 Views: 2248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 25, 2007 10:30 am Subject: TDS To XML Conversion Strategy |
My incoming message is a tagged, delimited message, wrapped in XML, that I am converting to a pure XML output. However, it is not as simple as that. For the TDS protion of the incoming message the t ... |