Author |
Message |
Topic: To Connect MQ on ISeries with Java |
gaurav
Replies: 7 Views: 4578
|
Forum: General IBM MQ Support Posted: Fri Jul 06, 2007 2:48 am Subject: To Connect MQ on ISeries with Java |
The Iseries server is in United States, it is down for backup.
Ill send a reply once it is done. |
Topic: To Connect MQ on ISeries with Java |
gaurav
Replies: 7 Views: 4578
|
Forum: General IBM MQ Support Posted: Fri Jul 06, 2007 2:20 am Subject: To Connect MQ on ISeries with Java |
My understanding of what u have said is that there are going to be no changes in the existing Java code. Only the configuration parameters required for an iseries connection would be changed. Rest of ... |
Topic: To Connect MQ on ISeries with Java |
gaurav
Replies: 7 Views: 4578
|
Forum: General IBM MQ Support Posted: Fri Jul 06, 2007 12:39 am Subject: To Connect MQ on ISeries with Java |
thats true,
but there is a change in websphere MQ which was earlier installed on windows and now it has moved to ISeries.
The java application is still running on windows, but this time MQ location ... |
Topic: To Connect MQ on ISeries with Java |
gaurav
Replies: 7 Views: 4578
|
Forum: General IBM MQ Support Posted: Thu Jul 05, 2007 11:38 pm Subject: To Connect MQ on ISeries with Java |
I have a java code which connects to the Websphere MQ server on windows using com.ibm.mq.jar/connector.jar files.
Now there is another MQ Server on iseries which should be connected from Java.
Can ... |
Topic: MQMessage |
gaurav
Replies: 3 Views: 3233
|
Forum: General IBM MQ Support Posted: Thu Jul 05, 2007 11:12 pm Subject: MQMessage |
The message which needs to be sent to MQ queue should be converted to bytes and then sent over to the queue.
This works.
Any more suggestions onto this is appreciated. |
Topic: MQMessage |
gaurav
Replies: 3 Views: 3233
|
Forum: General IBM MQ Support Posted: Wed Jul 04, 2007 6:26 am Subject: MQMessage |
Iam trying to send a request to MQ Queue through java.
Is it necessary that i have to convert/transform that request into a MQ Message and then send it over to MQ queue?
Pls Suggest. Thanks in ad ... |
Topic: AMQ7017: Log Not Available |
gaurav
Replies: 15 Views: 54593
|
Forum: General IBM MQ Support Posted: Mon Jun 25, 2007 8:29 pm Subject: AMQ7017: Log Not Available |
if queue manager name doesnt matter, then does that mean that i could use any queue managers log files for any other queue manager to restart it in case if there is an error 7017.
Please clarify. |
Topic: AMQ7017: Log Not Available |
gaurav
Replies: 15 Views: 54593
|
Forum: General IBM MQ Support Posted: Mon Jun 25, 2007 5:25 am Subject: AMQ7017: Log Not Available |
i think so, coz the log files contain the name of the queue manager. |
Topic: AMQ7017: Log Not Available |
gaurav
Replies: 15 Views: 54593
|
Forum: General IBM MQ Support Posted: Mon Jun 25, 2007 5:02 am Subject: AMQ7017: Log Not Available |
I have resolved the issue by recreating the Queue manager with its old configurations.
Thanks guys |
Topic: AMQ7017: Log Not Available |
gaurav
Replies: 15 Views: 54593
|
Forum: General IBM MQ Support Posted: Sun Jun 24, 2007 9:38 pm Subject: AMQ7017: Log Not Available |
Hi
Acciedently i have deleted all the log files of the queue manager in the locn log\QMName. When i try to restart the QM, an exception is thrown AMQ7017: Log Not Available, as obvious. Is there a ... |
Topic: MQException 2102 |
gaurav
Replies: 9 Views: 9003
|
Forum: General IBM MQ Support Posted: Tue Jun 19, 2007 9:03 pm Subject: MQException 2102 |
Thanks guys
The problem resolved, it was with log configuration of the queue manager.
Thanks again. |
Topic: MQException 2102 |
gaurav
Replies: 9 Views: 9003
|
Forum: General IBM MQ Support Posted: Tue Jun 19, 2007 2:33 am Subject: MQException 2102 |
Resource machine is queue managers machine..right??? |
Topic: MQException 2102 |
gaurav
Replies: 9 Views: 9003
|
Forum: General IBM MQ Support Posted: Tue Jun 19, 2007 12:49 am Subject: MQException 2102 |
Resource problem... means???[/quote] |
Topic: MQException 2102 |
gaurav
Replies: 9 Views: 9003
|
Forum: General IBM MQ Support Posted: Tue Jun 19, 2007 12:02 am Subject: MQException 2102 |
Hi
Iam trying to send a zip file of size over 60MB to an MQ Queue from my java application using an IBM jar. The exception is:
com.ibm.mq.mqexception: MQJE001: Completion Code 2, Reason 2102
... |