Author |
Message |
Topic: Problem while trying to put messages |
Björn
Replies: 8 Views: 4381
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2003 4:59 am Subject: Problem while trying to put messages |
Hey everyone, I found the problem. It turned out to be a wrong IP address I had. Thanks A LOT for all your help and thoughts!
Cheers!
Björn |
Topic: Problem while trying to put messages |
Björn
Replies: 8 Views: 4381
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2003 4:31 am Subject: Problem while trying to put messages |
Thx for the tip, I tried it, but still no luck. It's confusing me so much that this amqsputc.exe is working perfectly, and so is the part of my program that browses the queue. just the message-put won ... |
Topic: Problem while trying to put messages |
Björn
Replies: 8 Views: 4381
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2003 3:49 am Subject: Problem while trying to put messages |
Hello everyone,
thx for the tips, unfortunately, they don't help me
The port is of the type int, of course.
I cannot set the field MQEnvironment.MQC.TRANSPORT_PROPERTY as there is no such fiel ... |
Topic: Problem while trying to put messages |
Björn
Replies: 8 Views: 4381
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 10, 2003 7:52 am Subject: Problem while trying to put messages |
Hello again...
This one is driving me crazy. I want to write a program that will send messages to an MQSeries queue. However, it doesn't even connect to the MQSeries Server and gives me a 2059 a ... |
Topic: Newbie problem browsing a queue |
Björn
Replies: 5 Views: 3191
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 10, 2003 7:23 am Subject: Newbie problem browsing a queue |
Thx very much. That solves it. The reason why I care about this message is that I'd like my programs to run smoothly and with no error messages that aren't really errors. This program will be used by ... |
Topic: Newbie problem browsing a queue |
Björn
Replies: 5 Views: 3191
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 10, 2003 6:51 am Subject: Newbie problem browsing a queue |
Hi
thx for clearing this up for me a bit. However, the one thing that is causing the problem for me here, is that error message "MQJE001: Beendigungscode 2, Ursache 2033" which is NOT from my progr ... |
Topic: Newbie problem browsing a queue |
Björn
Replies: 5 Views: 3191
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 10, 2003 4:15 am Subject: Newbie problem browsing a queue |
Hello everyone!
I'm a real beginner when it comes to MQSeries. My task is to write a Java program, that would connect to an MQSeries-Server, access and get all messages from a queue, then connect t ... |