Author |
Message |
Topic: V5 to V7 channel problem?? |
jmarshall
Replies: 12 Views: 16850
|
Forum: General Discussion Posted: Wed Aug 10, 2011 1:00 pm Subject: V5 to V7 channel problem?? |
Meant to comment more on my last....sorry:
Not sure how to get the first 2 pieces of info you requested below....Im on the server in question, 908V and can see the QManager there that I setup. In t ... |
Topic: V5 to V7 channel problem?? |
jmarshall
Replies: 12 Views: 16850
|
Forum: General Discussion Posted: Wed Aug 10, 2011 12:42 pm Subject: V5 to V7 channel problem?? |
Below is where the port and channel are defined in the Java code. Forgive my lack of MQ knowledge but I do not use the amqsputc functionality? I define a queue and call the put method on it from withi ... |
Topic: V5 to V7 channel problem?? |
jmarshall
Replies: 12 Views: 16850
|
Forum: General Discussion Posted: Wed Aug 10, 2011 12:10 pm Subject: V5 to V7 channel problem?? |
I went and made sure new jars were in place...actually committed them to our code repository this time. Im executing the Java program from one server which connects to the queue on another server, srv ... |
Topic: V5 to V7 channel problem?? |
jmarshall
Replies: 12 Views: 16850
|
Forum: General Discussion Posted: Wed Aug 10, 2011 11:29 am Subject: V5 to V7 channel problem?? |
I do not have a client....only the server side. Client side code utilizes the Java API for connecting and such so the "put" is performed via the MQQueue objects put method. The channel name ... |
Topic: V5 to V7 channel problem?? |
jmarshall
Replies: 12 Views: 16850
|
Forum: General Discussion Posted: Wed Aug 10, 2011 11:08 am Subject: V5 to V7 channel problem?? |
Im upgrading from 5 to 7 and have already seen many changes including new jar files required to use the Java API. I think I got past all of those issues but get a reason code of 2540 - MQRC_UNKNOWN_CH ... |
Topic: Does MQ provide any "hooks" for calling routines? |
jmarshall
Replies: 3 Views: 3031
|
Forum: General Discussion Posted: Wed May 02, 2007 1:36 pm Subject: Does MQ provide any "hooks" for calling routines? |
Thank you......I'll start digging |
Topic: Does MQ provide any "hooks" for calling routines? |
jmarshall
Replies: 3 Views: 3031
|
Forum: General Discussion Posted: Wed May 02, 2007 1:17 pm Subject: Does MQ provide any "hooks" for calling routines? |
Wasnt quite sure how to phrase the initial question but what I'm wanting to know is if MQ provides anything for calling an external process when a message hits a queue. Any help would be appreciated. ... |
Topic: Closing a queue |
jmarshall
Replies: 2 Views: 3175
|
Forum: General Discussion Posted: Thu Feb 22, 2007 8:52 am Subject: Closing a queue |
Thanks for the speedy response!!
Jeff |
Topic: Closing a queue |
jmarshall
Replies: 2 Views: 3175
|
Forum: General Discussion Posted: Thu Feb 22, 2007 8:44 am Subject: Closing a queue |
Did the google and faq thing and couldnt find anything significant on this but, if a queue is going to be used more than once in a programs iteration, should the queue be closed after each put/get ope ... |
Topic: Resolving MQ jars in Oracle Database |
jmarshall
Replies: 5 Views: 3815
|
Forum: General Discussion Posted: Fri Jan 06, 2006 10:55 am Subject: Resolving MQ jars in Oracle Database |
Thank you. I've been considering looking into AQ but have not found much detailed documentation. Can you point me to a good spot?
Thanks again |
Topic: Resolving MQ jars in Oracle Database |
jmarshall
Replies: 5 Views: 3815
|
Forum: General Discussion Posted: Thu Jan 05, 2006 6:59 am Subject: Resolving MQ jars in Oracle Database |
Is that directory supposed to be part of the MQ installation? I cant find it anywhere on the server. I searched for jar files in the IBM install directory and found the following of which I tried load ... |
Topic: Resolving MQ jars in Oracle Database |
jmarshall
Replies: 5 Views: 3815
|
Forum: General Discussion Posted: Wed Jan 04, 2006 11:37 am Subject: Resolving MQ jars in Oracle Database |
I've been trying to load a Java program into an Oracle 9.2 database so I can call it from a pl/sql procedure. The program uses MQ Series jars com.ibm.mq and connector. I have tried to load the jars bu ... |