Author |
Message |
Topic: stopping a trigger monitor |
s-r-i
Replies: 2 Views: 2084
|
Forum: IBM MQ API Support Posted: Fri Aug 19, 2005 10:37 pm Subject: stopping a trigger monitor |
hi
i have created a trigger monitor for a queue manager and i have started it using
runmqtrm -m Queuemanager name -q initiation queuename
how am i to stop the trigger monitor????
... |
Topic: setting the message and correlation id |
s-r-i
Replies: 2 Views: 2271
|
Forum: IBM MQ API Support Posted: Fri Aug 19, 2005 9:13 pm Subject: setting the message and correlation id |
hi
how am i to set the message id and the correlation id manually using the amqsput0.c program???
--thanks |
Topic: MQ conn 2058 error with Visual basic |
s-r-i
Replies: 6 Views: 5885
|
Forum: IBM MQ API Support Posted: Wed Aug 17, 2005 2:56 am Subject: MQ conn 2058 error with Visual basic |
hi
In the server connection channel set the mcauser parameter as 'mqm'. While mentioning the ipaddress and the portnumber mention the ipaddress and the port number alone within single quote ... |
Topic: triggering an application in the client side |
s-r-i
Replies: 3 Views: 2968
|
Forum: IBM MQ API Support Posted: Wed Aug 17, 2005 2:16 am Subject: triggering an application in the client side |
hi
i have a queue manager on the server machine.when i get a message on the queue in the server machine i want to trigger an application running on the client machine..what are the steps to do thi ... |
Topic: MQ conn 2058 error with Visual basic |
s-r-i
Replies: 6 Views: 5885
|
Forum: IBM MQ API Support Posted: Wed Aug 17, 2005 2:11 am Subject: MQ conn 2058 error with Visual basic |
hi
the syntax for Setting MQServer variable is
SET MQSERVER=CHANNELNAME/TCP/IPADDRESS(PORTNUMBER)
(EX) SET MQSERVER=CH.TO.QM1/TCP/192.168.1.1(4001) WHERE THE QUEUE MANAGER IS RU ... |
Topic: altering a message |
s-r-i
Replies: 1 Views: 1593
|
Forum: IBM MQ API Support Posted: Mon Aug 15, 2005 11:24 pm Subject: altering a message |
hi
how am i to update or alter a message(or message content) in a queue without altering the message id .(ie) i dont want to insert a new message but i want to edit an existing message..
... |
Topic: finding the port number |
s-r-i
Replies: 2 Views: 1877
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2005 3:10 am Subject: finding the port number |
hi
can u tell me the control command to find out the port number in which my queue manager is running...
thanks in advance |
Topic: cluster |
s-r-i
Replies: 1 Views: 1920
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2005 1:06 am Subject: cluster |
hi
can any one tell me the steps to create and use a cluster using mqseries in linux.. |
Topic: dead letter queue |
s-r-i
Replies: 4 Views: 3077
|
Forum: IBM MQ API Support Posted: Wed Aug 10, 2005 10:52 pm Subject: dead letter queue |
hi
can anyone tell me the steps to create and test the working of a dead letter queue .i have gone through the intercommunication manual but i dont know how to start and use the dead lette ... |
Topic: 2035 and 2058 error |
s-r-i
Replies: 2 Views: 2274
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2005 8:48 pm Subject: 2035 and 2058 error |
i am geting 2035 error and 2058 error
The reason code 2035 means that the user's UserId is not authorized to access the queue on the remote (or local) queue maanger
how am i to grant permission ... |
Topic: client connection channel |
s-r-i
Replies: 6 Views: 4367
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2005 8:42 pm Subject: still not working |
hi
i have tried setting the MQSERVER variable also,but still it is not working..it is displaying the same 2058 --qmanager not found error |
Topic: client connection channel |
s-r-i
Replies: 6 Views: 4367
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2005 1:22 am Subject: client connection channel |
i am creating a client conenction channel and server connection channel on the server side using the code
crtmqm QM1
strmqm QM1
runmqlsr -m QM1 -t tcp -p 1414 &
DEFINE CHANNEL(CH.TO.QM1) CH ... |
Topic: distribution list |
s-r-i
Replies: 3 Views: 2495
|
Forum: IBM MQ API Support Posted: Mon Aug 08, 2005 11:34 pm Subject: distribution list |
hi
can u tell me a sample code or control command for sending message to a distribution list
thanks in advance.. |
Topic: unable to execute the sample AMQSPUT0.c |
s-r-i
Replies: 2 Views: 3359
|
Forum: General IBM MQ Support Posted: Mon Aug 08, 2005 3:59 am Subject: unable to execute the sample AMQSPUT0.c |
i have compiled the amqsput0.c program but while executing the output of the compiled program using the following syntax
gcc -Wall -lmqic amqsput0.c
./a.out QM1.LOCAL.1 QM ... |
Topic: MQCONN ended with reason code 2059 |
s-r-i
Replies: 1 Views: 22238
|
Forum: General IBM MQ Support Posted: Fri Aug 05, 2005 11:03 pm Subject: MQCONN ended with reason code 2059 |
created a queue manager using control command in mqseries in the linux environment..i created a queue and i started it .when i am using the amqsput command to insert into the queue i am getting the er ... |