Author |
Message |
Topic:Usage of MQCONNX and MQCD |
rajaramanl
Replies: 0 Views: 1844
|
Forum:General IBM MQ Support Posted: Tue Apr 01, 2003 9:19 pm Subject: Usage of MQCONNX and MQCD |
Hi,
Can anybody tell me how to use MQCONNX and MQCD function using visual basic programming.
Thanks in advance.
raj. |
Topic:Reading All available Messages |
rajaramanl
Replies: 3 Views: 2589
|
Forum:General IBM MQ Support Posted: Sat Mar 08, 2003 10:19 pm Subject: Reading All available Messages |
Hi,
I tried increasing the WaitInteral also. It didn't work. Befire start reading the reply messages, I see the reply messages lying in Queue, after i place two individual request.
And i can't se ... |
Topic:Reading All available Messages |
rajaramanl
Replies: 3 Views: 2589
|
Forum:General IBM MQ Support Posted: Wed Mar 05, 2003 2:20 am Subject: Reading All available Messages |
Hi,
I have a VB application which connects to Actual Queue puts two different messages and disconnects from Queue. Then it connects to Reply Queue reads all available messages. Even though two reply ... |
Topic:MQSERVER |
rajaramanl
Replies: 4 Views: 5296
|
Forum:General IBM MQ Support Posted: Sat Jan 04, 2003 3:55 am Subject: MQSERVER |
Kumar,
Can u please tell me know how to use MQCONNX method in Visual Basic. i user MQSession.AccessQueueManager(QueueManager) to connect to MQ Queue Manager
thanks,
rajaram |
Topic:MQSERVER |
rajaramanl
Replies: 4 Views: 5296
|
Forum:General IBM MQ Support Posted: Thu Jan 02, 2003 8:05 pm Subject: MQSERVER |
Hi,
I connect to MQServer using Visual Basic. I have two applications running on the same server and both connect to different MQ Servers. MQSERVER variable value has to be changed accordingly to con ... |
Topic:MQ Message & Trigger Status |
rajaramanl
Replies: 2 Views: 2355
|
Forum:General IBM MQ Support Posted: Wed Dec 18, 2002 9:10 pm Subject: MQ Message & Trigger Status |
Hi Duncan,
Thanks. I agree the delay of message delivery.
Our requirement is Put message in the Queue thru VB program and CICS app is triggered and data updated in Mainframe. Once we PUT messgage we ... |
Topic:MQ Message & Trigger Status |
rajaramanl
Replies: 2 Views: 2355
|
Forum:General IBM MQ Support Posted: Tue Dec 17, 2002 12:53 am Subject: MQ Message & Trigger Status |
Hi,
Iam using VB to connect o MQ Series to Message PUT/GET. Is there any property to trace status of Message PUT. ie whether message successfully went into respected Queue or not.
And also is ther ... |
Topic:MQ USERS GROUP IN INDIA |
rajaramanl
Replies: 25 Views: 20816
|
Forum:General Discussion Posted: Sat Apr 13, 2002 1:23 am Subject: MQ USERS GROUP IN INDIA |
Hi
Me too interested. Let me know the details. |
Topic:Message Id and Correlation Id Format |
rajaramanl
Replies: 7 Views: 8021
|
Forum:General IBM MQ Support Posted: Sat Apr 13, 2002 12:03 am Subject: Message Id and Correlation Id Format |
Thanks Stefan and your assumption is correct. Instead of using String values for ID's what other values can be used. can you tell some examples. will conversion help.
i understand ID fields will cr ... |
Topic:Message Id and Correlation Id Format |
rajaramanl
Replies: 7 Views: 8021
|
Forum:General IBM MQ Support Posted: Fri Apr 12, 2002 1:25 am Subject: Message Id and Correlation Id Format |
When i generate i give it as ACCTLKUP for both Message Id and Correlation Id. In the Queue i find it as.
Message Id :ÃâØ@ÔØâã@@@@@@@@·nYÊn
Correlation Id :ÁÃÃãÓÒä×@@@@@@@@@@@@ ... |
Topic:Message Id and Correlation Id Format |
rajaramanl
Replies: 7 Views: 8021
|
Forum:General IBM MQ Support Posted: Thu Apr 11, 2002 8:50 pm Subject: Message Id and Correlation Id Format |
i generate these id's as string, and find special characters in the queue. i need the same id which i generate, for that which format to be set while message put. do i need to convert the format of th ... |
Topic:Message Id and Correlation Id Format |
rajaramanl
Replies: 7 Views: 8021
|
Forum:General IBM MQ Support Posted: Thu Apr 11, 2002 3:44 am Subject: Message Id and Correlation Id Format |
Hi
i put messages in a queue with some Message Id and Correlation Id. but in queue i find these id in different format(a string of special characters). This are generated by CICS program while Messag ... |
Topic:Triggering Application in Remote Machine |
rajaramanl
Replies: 1 Views: 2591
|
Forum:General IBM MQ Support Posted: Mon Apr 08, 2002 11:15 pm Subject: Triggering Application in Remote Machine |
Hi,
anybody know how to define a process definition for triggering a applicaion (VB in Windows machine) residing in a remote machine whenever a messages arrives |