Author |
Message |
Topic: Unable to start the JMS Admin Console in Win2K - urgent help |
cart_chiu
Replies: 4 Views: 4026
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 06, 2004 8:17 am Subject: Unable to start the JMS Admin Console in Win2K - urgent help |
sounds like your JMSAdmin.bat has some invalid parameters. Have you opened the bat file to take a look? |
Topic: getting 2016 error |
cart_chiu
Replies: 3 Views: 2656
|
Forum: General IBM MQ Support Posted: Mon Jul 05, 2004 7:56 am Subject: getting 2016 error |
thanks very much. it worked like a charm. Which link in the documentation? The Administrator Guide? I couldn't find a runmqsc reference there. |
Topic: getting 2016 error |
cart_chiu
Replies: 3 Views: 2656
|
Forum: General IBM MQ Support Posted: Mon Jul 05, 2004 7:38 am Subject: getting 2016 error |
Hi,
I need to check the contents of the message as we're having an issue with french characters not being encoded correctly.
Here is what I have done:
1. I have written a small JMS program th ... |
Topic: mq.jar download |
cart_chiu
Replies: 9 Views: 4940
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:44 am Subject: mq.jar download |
I ran the setup but you can probably simply extract the jar files in the lib dir. I don't use the other stuff. Good luck. |
Topic: mq.jar download |
cart_chiu
Replies: 9 Views: 4940
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:38 am Subject: mq.jar download |
I have been using ma88_win.zip to do my Java stuff to our MQ. It contains all the JAR files I've ever needed. If you can't find it, let me know.
hth. |
Topic: Reading from remote queue |
cart_chiu
Replies: 8 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 30, 2004 6:36 pm Subject: Retrieving message from remote queue |
Thanks guys for your help so far, it's appreciated.
Now, what I'm hearing is this:
1. A queue manager is only able to access queues local to it.
2. I need to create a client connection to the ... |
Topic: Reading from remote queue |
cart_chiu
Replies: 8 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 30, 2004 12:08 pm Subject: Reading from remote queue |
JMSAdmin is for the administration of JMS objects not for the creation of queue managers. You can find details on this command in the Using Java manual.
If you are doing your work in java/jms, the ... |
Topic: Reading from remote queue |
cart_chiu
Replies: 8 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 30, 2004 10:43 am Subject: Re: Reading from remote queue |
Hi, Is it possible to read from a remote queue?
No.
It's not at all possible or there's a way if I create a local queue manager?
I have a remote definition of a queue. The queue resi ... |
Topic: Reading from remote queue |
cart_chiu
Replies: 8 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 30, 2004 7:54 am Subject: Retrieving from remote queue |
Here is the code that I have written. It fails with "com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2045"
Please excuse the ugly code. I'm just trying to find a quick and dirty way t ... |
Topic: Reading from remote queue |
cart_chiu
Replies: 8 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 30, 2004 7:39 am Subject: Reading from remote queue |
Hi, Is it possible to read from a remote queue? I have a remote definition of a queue. The queue resides on a different server other than my development machine.
If this is not possible, what are ... |