Author |
Message |
Topic: QueueManager Connection Problem |
ramesh.govindaswamy
Replies: 2 Views: 2091
|
Forum: General IBM MQ Support Posted: Sun Nov 05, 2006 12:10 am Subject: QueueManager Connection Problem |
Bruce,
I am using only one QueueManager which is having the CCSID of 819. |
Topic: QueueManager Connection Problem |
ramesh.govindaswamy
Replies: 2 Views: 2091
|
Forum: General IBM MQ Support Posted: Sat Nov 04, 2006 1:58 am Subject: QueueManager Connection Problem |
Hi,
I am facing some problem while connecting to the QueueManager.My QueueManager is running with the CCSID of 819.From my application I am trying to connect to the same queue manager with the CCS ... |
Topic: EBCDIC to ACSII Conversion |
ramesh.govindaswamy
Replies: 9 Views: 6821
|
Forum: General IBM MQ Support Posted: Thu Nov 02, 2006 4:21 am Subject: EBCDIC to ACSII Conversion |
Saper,
Could you please check whether the way I am approaching(Conversion from EBCDIC to ASCII) correct or not.In the mean time I will update my CSD level. |
Topic: EBCDIC to ACSII Conversion |
ramesh.govindaswamy
Replies: 9 Views: 6821
|
Forum: General IBM MQ Support Posted: Thu Nov 02, 2006 4:06 am Subject: EBCDIC to ACSII Conversion |
Hi,
I did a small change in my QueueManager CCSID.I changed the CCSID from 819 to 1208.While connecting the QueueManager I am setting the MQEnvironment.CCSID as 1208 and while sending and recevin ... |
Topic: EBCDIC to ACSII Conversion |
ramesh.govindaswamy
Replies: 9 Views: 6821
|
Forum: General IBM MQ Support Posted: Thu Nov 02, 2006 1:15 am Subject: EBCDIC to ACSII Conversion |
Hi,
I have set the message format type as string.
MQMessage lvMQMessage = new MQMessage();
lvMQMessage.format = MQC.MQFMT_STRING
I have not set any Encoding in the message.Please suggest me. |
Topic: EBCDIC to ACSII Conversion |
ramesh.govindaswamy
Replies: 9 Views: 6821
|
Forum: General IBM MQ Support Posted: Wed Nov 01, 2006 11:25 pm Subject: EBCDIC to ACSII Conversion |
Hi,
I am facing some problem while converting the message from EBCDIC to ASCII format.My queue manager CCSID is 819. I am sending the message to the queue manager with ASCII format with the messag ... |
Topic: requester channel |
ramesh.govindaswamy
Replies: 1 Views: 2135
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 19, 2006 9:59 pm Subject: requester channel |
Hi,
Could any one please clarify me on the difference between the requester channel and the receiver channel.
Thanks in advance
Ramesh.G |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Fri Jun 23, 2006 2:59 am Subject: To communicate with a queue manager outside the cluster |
Thanks......... |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Fri Jun 23, 2006 2:24 am Subject: To communicate with a queue manager outside the cluster |
Actually What I meant to say is that i am repeatedly asking the same questions. |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 9:18 pm Subject: To communicate with a queue manager outside the cluster |
Sorry...pls bear with me....
Since this needs to be completed as early as possible..I am bugging u all continously...
When I tried by creating XMITQ with the same name as REMOTEQMGR QM3,and i issu ... |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 5:12 am Subject: To communicate with a queue manager outside the cluster |
All the messages were moved to Dead Lead Q. |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 4:28 am Subject: To communicate with a queue manager outside the cluster |
The thing is if I create QRemote with RQMNAME(QM1) then all the messages are routed to QM1 alone.(No load balancing occurs)
DEFINE QREMOTE(CLUSQ1) RNAME(CLUSQ1) RQMNAME(QM1) XMITQ(TRANQ3)
If I c ... |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 4:06 am Subject: To communicate with a queue manager outside the cluster |
Thanz all...
Now the 2196 error has solved.
When an application at QM4 issues an MQPUT call to put a message to CLUSQ1,all the messages were got stored in TRANQ3.It's not get routed to QM1 or QM ... |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 2:42 am Subject: To communicate with a queue manager outside the cluster |
On QM4 I have created the following sender/reciever channel.
DEFINE CHANNEL(QM4.SDR) CHLTYPE(SDR) XMITQ(TRANQ3) CONNAME('<ip(port)>') DESCR('Sender channel for queue manager QM4')
DEFINE ... |
Topic: To communicate with a queue manager outside the cluster |
ramesh.govindaswamy
Replies: 19 Views: 33645
|
Forum: Clustering Posted: Thu Jun 22, 2006 2:05 am Subject: To communicate with a queue manager outside the cluster |
Sorry vitor,
I couldn't able to understand. |