Author |
Message |
Topic: doubt regarding mq connections |
mq_newbie1
Replies: 1 Views: 2403
|
Forum: General Discussion Posted: Thu Mar 02, 2006 5:38 am Subject: doubt regarding mq connections |
I wanted to know whether there is any limit on maximum number of connections that can be established to a particular queue manager i.e. is there any limit on the mqconnection call? |
Topic: MQRC 2035 |
mq_newbie1
Replies: 4 Views: 3948
|
Forum: General Discussion Posted: Sun Feb 19, 2006 11:20 pm Subject: MQRC 2035 |
I am trying to connect to a queue manager on solaris server. My user is a part of mqu group. I am getting error code 2035. I wanted to know what privileges does members of group mqu have?
How can i r ... |
Topic: problem in putting message on cluster queue |
mq_newbie1
Replies: 1 Views: 3080
|
Forum: Clustering Posted: Mon Feb 13, 2006 5:24 am Subject: problem in putting message on cluster queue |
We are trying to put a message on cluster queue via a distribution list. We got error 2085. I have attached code snippet. Could anyone point out what could be wrong?
m_dlist.setConnectionRefere ... |
Topic: not able to put message onto cluster queue |
mq_newbie1
Replies: 5 Views: 5384
|
Forum: Clustering Posted: Thu Feb 09, 2006 3:32 am Subject: not able to put message onto cluster queue |
I have two solaris boxes. Each has a queue manager whcih are part of a cluster. QM1 hosts a cluster queue. When i try and put message from QM2 on cluster queue i am getting error 2085.What could be th ... |
Topic: cluster sender channel not running |
mq_newbie1
Replies: 1 Views: 2955
|
Forum: Clustering Posted: Thu Jan 19, 2006 2:57 am Subject: cluster sender channel not running |
Hi All,
I have created cluster of two queue managers. I have defined sender and receiver channel . On one of the queue managers, the status of sender channel is running but the other sender channel s ... |
Topic: getting error when creating qm alias |
mq_newbie1
Replies: 1 Views: 4832
|
Forum: Clustering Posted: Thu Jan 19, 2006 1:04 am Subject: getting error when creating qm alias |
I am creating queue manager alias on my gateway queue manager.
define qr(cluster_test) rname('') rqmname('')
i am getting the following error : AMQ8413: String Length Error.
Can somebody sugge ... |
Topic: channel status not changing to running |
mq_newbie1
Replies: 4 Views: 3272
|
Forum: General Discussion Posted: Mon Jan 16, 2006 8:22 pm Subject: channel status not changing to running |
I have started listener on my receiver system. When i start the sender channel , it shows status as binding and after a long time goes to retrying. Could someone tell me why this is happening.
Also ... |
Topic: getting error 2058 |
mq_newbie1
Replies: 6 Views: 5272
|
Forum: General Discussion Posted: Fri Jan 13, 2006 4:08 am Subject: getting error 2058 |
i am sorry for posting a new thread.
now i used amqsput and am getting MQOPEN ended with reason code 2085. I have been getting this error for a queue on which i was able to put messages yesterday.
... |
Topic: getting error 2058 |
mq_newbie1
Replies: 6 Views: 5272
|
Forum: General Discussion Posted: Fri Jan 13, 2006 3:54 am Subject: getting error 2058 |
I have just now created a queue manager and a local queue in it. I ma using amqsputc to put a test message in it and i am getting error
MQCONN ended with reason code 2058
i have started the que ... |
Topic: mq command for putting messages on a queue |
mq_newbie1
Replies: 2 Views: 2442
|
Forum: General Discussion Posted: Fri Jan 13, 2006 1:39 am Subject: mq command for putting messages on a queue |
i had read in mq quick beginers guide that there are two exe available for putting and getting messsages from a queue amqsput.exe and amqsget.exe . I could not find them in the bin folder on my solari ... |
Topic: getting error cannot bind to port on unix |
mq_newbie1
Replies: 1 Views: 2017
|
Forum: General Discussion Posted: Tue Jan 10, 2006 8:08 pm Subject: getting error cannot bind to port on unix |
I am trying to start listener on unix server. I am using the following command.
runmqlsr -t tcp [-m QMNAME] [-p 1822]
i am getting error cannot bind queue manager to port. I think the error numb ... |
Topic: mq clustering |
mq_newbie1
Replies: 5 Views: 4872
|
Forum: Clustering Posted: Tue Jan 10, 2006 8:04 pm Subject: mq clustering |
Would this mean that i will have to set up four receiver channels for each of the queue manager which are a part of the cluster?
Also if a queue manager which is not part of the cluster has to send a ... |
Topic: mq on solaris server |
mq_newbie1
Replies: 1 Views: 2338
|
Forum: General Discussion Posted: Tue Jan 10, 2006 3:55 am Subject: mq on solaris server |
I am new to mq. I want to create queue manager,queue, sender and receiver channel on unix box. Which folder should i run the mq commands in? Is it the bin folder in /opt/mqm/bin?
Please reply at th ... |
Topic: mq clustering |
mq_newbie1
Replies: 5 Views: 4872
|
Forum: Clustering Posted: Tue Jan 10, 2006 1:51 am Subject: mq clustering |
I have the following requirement
I have four queue managers which a part of a cluster. The cluster is used for load balancing. I have four remote systems which put messages to the cluster queue. My q ... |