Author |
Message |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 03, 2013 7:33 am Subject: WMQ integration with weblogic |
Thanks rekarm01 for the advise, but the problem is exception is not being raised from the code itself as you can see in the trace.
I am stuck at this point and unable to get the required exception ... |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 02, 2013 9:01 pm Subject: WMQ integration with weblogic |
I am really sorry fjb_saper you had to repeat that, but I tried to enable all debug options in weblogic but still unable to get linked exception.
I will look into this, if somehow I can get the rel ... |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 02, 2013 11:39 am Subject: WMQ integration with weblogic |
I created one standalone java program and it worked fine
package com.test;
import java.util.Properties;
import javax.jms.DeliveryMode;
import javax.jms.JMSException;
import javax.jms.Queu ... |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 27, 2013 3:29 am Subject: WMQ integration with weblogic |
Thanks mqjeff
I agree that for each MDB we need to create activation spec, but if we create file based JNDI or use weblogic JNDI we need to configure reply queue configuration as well, that exactly ... |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 27, 2013 3:02 am Subject: WMQ integration with weblogic |
thank you very much mqjeff for your reply and clarifications. Actually this MDB is only for POC to validate if deployed in weblogic can connect to MQ using WMQInitialContextFactory. Why exactly we nee ... |
Topic: WMQ integration with weblogic |
azeemdin
Replies: 11 Views: 12465
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 27, 2013 2:24 am Subject: WMQ integration with weblogic |
hi,
I am working on a POC, I need to create a MDB deployed in weblogic (11g) and listen on a queue, I want to use WMQInitialContextFactory for connectivity, I have used following configuration for
... |