Author |
Message |
Topic: MQRFH2 vs MQSTR |
70033
Replies: 5 Views: 15341
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 13, 2010 7:56 am Subject: MQRFH2 vs MQSTR |
I shouldnt have specified mdb in this question actually.. if i had a java consumer(a JMS program doing a get) then would the JMS program need to worry whether the request was send in a MQRFH2 or a MQS ... |
Topic: MQRFH2 vs MQSTR |
70033
Replies: 5 Views: 15341
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 1:52 pm Subject: MQRFH2 vs MQSTR |
I understand that MQRFH2 is to be used when the target client is JMS and the MQRFH2 adds JMS specific fields like JMSDestination,etc to the message.
My question is if i were to send it in this for ... |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:59 am Subject: JMS with IBMMQ jar dependencies during run time |
This might be my ignorance on the OpenJMS product but i was thinking of just using the OpenJMS client to connect to different providers like MQ,TIBCO,etc . I wasnt planning to get OpenJMS server at al ... |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:33 am Subject: OpenJMS anyone.. |
If i were to use OpenJMS to connect to IBMMQ , would i still need the MQ jars (Please say Yes and dont throw stuff at me ) during runtime .. Thats the last question i promise.. |
Topic: MQJMS2007: failed to send message to MQ queue -Help |
70033
Replies: 6 Views: 19763
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:29 am Subject: I am using client since i intend to use it remotely |
5724-H72, 5655-L82, 5724-L26 (c) Copyright IBM Corp. 2002,2005. All Rights Reserved.
Starting Websphere MQ classes for Java(tm) Message Service Administration
InitCtx> define xaqcf(MyQCF1) qmgr ... |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:19 am Subject: JMS with IBMMQ jar dependencies during run time |
Ok thanx to both of you guys.. Thats what i thought but i want to confirm b4 blurting to the big dogs  |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:13 am Subject: Runtime jars |
But the question I have is do we need to have the provider specific jars or is there any provider agnostic implementation with which i can communicate to MQ today but any non-MQ provider tomorrow.. |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 7:05 am Subject: Runtime dependencies |
I agree that i need to change my configuration and that is required . However now i need to also add the provider specific jars in the tomcat libs so that at runtime I use them .
So say for eg. I ... |
Topic: MQJMS2007: failed to send message to MQ queue -Help |
70033
Replies: 6 Views: 19763
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 6:55 am Subject: Exception with linked exceptions |
ame=jms/MyQ
replyto queueName=null
JMSException in publish Message: javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
getLinkedException()=com.ibm.mq.MQException: MQJE001: Compl ... |
Topic: JMS with IBMMQ jar dependencies during run time |
70033
Replies: 16 Views: 9524
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 10, 2010 6:42 am Subject: JMS with IBMMQ jar dependencies during run time |
Hi ,
If I just use the Apache standard way to communicate with just JMS standard code from this link.
http://wiki.apache.org/tomcat/HowTo#How_do_I_connect_to_a_Websphere_MQ_.28MQ_Series.29_server_ ... |
Topic: MQJMS2007: failed to send message to MQ queue -Help |
70033
Replies: 6 Views: 19763
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 08, 2010 2:35 pm Subject: MQJMS2007: failed to send message to MQ queue -Help |
I am using jms to connect to a MQ queue manager on a remote host, following is my code snippet
Hashtable props = getSystemProperties();
InitialContext context = new InitialContext(props);
... |
Topic: MQ5.3 client talking to a MQ6 server |
70033
Replies: 9 Views: 6057
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2009 10:38 am Subject: Thanx for your reply.. |
Thats not an option that we have.. can you suggest me a solution with what we have please.. |
Topic: MQ5.3 client talking to a MQ6 server |
70033
Replies: 9 Views: 6057
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2009 10:28 am Subject: Not sure what you mean here |
This set up used to work before between MQ5.3 on the client and MQ5.3 on the server but we upgraded the MQ 6 on server end and suddenly we are seeing all this extra characters.. |
Topic: MQ5.3 client talking to a MQ6 server |
70033
Replies: 9 Views: 6057
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2009 10:19 am Subject: not exactly |
I have the MQ 6.0 on the server side and MQ 5.3 on the client side |
Topic: MQ5.3 client talking to a MQ6 server |
70033
Replies: 9 Views: 6057
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2009 10:14 am Subject: I dont control the client |
who is using MQ V5.3 ., They have a different release schedule .. |