Author |
Message |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 10, 2005 8:39 am Subject: AMQ9503 Channel type is invalid |
It is all strange enough.
This fails
$ amqscnxc -x PIRANHA011 -c JAVA.CHANNEL DISPO
but the same from Java works
 |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 10, 2005 8:33 am Subject: AMQ9503 Channel type is invalid |
MQEnvironment.hostname = "PIRANHA011";
MQEnvironment.port = 1424;
MQEnvironment.channel = "JAVA.CHANNEL.ZBS";
MQEnvironment.properties.put( ... |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 10, 2005 7:43 am Subject: AMQ9503 Channel type is invalid |
ok.
$ hostname
PIRANHA011
$ dspmq
QMNAME(DISPO) STATUS(Aktiv)
QMNAME(ZBS) STATUS(Aktiv)
$ amqscnxc -x PIRANHA011 -c JAVA.CHANNEL DISPO
Sample AMQSCNXC start
Con ... |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 10, 2005 5:22 am Subject: AMQ9503 Channel type is invalid |
How do i determine the first parameter ConnName?
There are my channles
SYSTEM.ADMIN.SVRCONN Serververbindung TCP/IP
SYSTEM.AUTO.RECEIVER Empfanger TCP/IP
SYSTEM.AUTO.SVRCONN ... |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 10, 2005 12:03 am Subject: AMQ9503 Channel type is invalid |
573 pages
"In WebSphere MQ, intercommunication means sending messages from one queue manager to another." I didn't want to do this. I just want to make connection to the queue manager.
I trie ... |
Topic: AMQ9503 Channel type is invalid |
valar
Replies: 12 Views: 12432
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 09, 2005 11:53 am Subject: AMQ9503 Channel type is invalid |
Hallo together,
shit, it happend again =)
OS: WinXP Home
WebSphereMQ 5.3 CSD09
I had one queue manager that works quite well.
Today I have created one more practically with same configurati ... |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 07, 2005 1:26 am Subject: AMQ9503 AMQ9228 |
I run 5.3 SCD09. I tests localy. So both ends use the same installation.
Yesterday I lost my temper and I reinstall Windows (repair option). Then I installed MQ again and it works. It is pity that i ... |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 06, 2005 8:28 am Subject: Re: AMQ9503 AMQ9228 |
Sorry but i have not solved my problem yet.
I have found a problem description that looks like my problem but i am not sure whether it is exact my problem.
http://www-1.ibm.com/support/docview.wss ... |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 05, 2005 3:24 am Subject: AMQ9503 AMQ9228 |
I have not set the MQSERVER variable.
After I have done it, i could put the message into the queue and read it.
So amqsputc works fine. |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 05, 2005 2:35 am Subject: AMQ9503 AMQ9228 |
We are running in the client mode.
$ amqsputc TESTQ
Sample AMQSPUT0 start
MQCONN ended with reason code 2058 |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 04, 2005 10:13 am Subject: AMQ9503 AMQ9228 |
5.3 works perfectly well with my XP ,
I believe it has something to do with the listner , check if it is running from the services
It works fine also with XP Home (ok, there are some problems b ... |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 04, 2005 7:08 am Subject: AMQ9503 AMQ9228 |
Anyway I am sure, there is a solution. Unfortunately I don't have enough skills (time) to find the root of the problem. |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 04, 2005 6:28 am Subject: AMQ9503 AMQ9228 |
That is the next strange thing about it. There is no FDC file. |
Topic: AMQ9503 AMQ9228 |
valar
Replies: 14 Views: 7764
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 04, 2005 5:59 am Subject: AMQ9503 AMQ9228 |
Hi everyone,
I have a problem by the creation of the connection to the MQ server from Java. There was no serious problem with MQ during 2 months. And then suddenly, after i reconfigured the queue ... |
Topic: Urgent : MQ JAVA to JMS : Unable to deserialise object |
valar
Replies: 7 Views: 4599
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 27, 2004 4:36 am Subject: Urgent : MQ JAVA to JMS : Unable to deserialise object |
OK, it works. |