Author |
Message |
Topic: mqget and a line feed problem |
paul0al
Replies: 1 Views: 1989
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 12:42 pm Subject: mqget and a line feed problem |
I am currently writing a VB program that retrieve messages from the MQ using MQGet. After retriving each message, I write it to the file. But when I open up the file, a square box appears after each l ... |
Topic: Error when using PCF to clear a queue |
paul0al
Replies: 2 Views: 3314
|
Forum: IBM MQ API Support Posted: Mon Aug 26, 2002 2:38 pm Subject: Error when using PCF to clear a queue |
I have written a VB program to clear the contents of a queue using PCF. The program compiles and executes without errors, but my queue never gets cleared. I wrote the PCF following the "pcfsamp" examp ... |
Topic: MQException |
paul0al
Replies: 1 Views: 1925
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 21, 2002 7:18 am Subject: MQException |
Does all MQSeries java APIs throw only MQException when it encounters an error? Are there sub classes to MQException that provide more specific error explainations? or must be relied on the error code ... |
Topic: MQCFH |
paul0al
Replies: 2 Views: 4212
|
Forum: IBM MQ API Support Posted: Fri Aug 16, 2002 7:29 am Subject: MQCFH |
I know that I need to pass the MQCFH structure by using MQPUT. However, MQPUT takes a string as an input in the VB APIs. How would I convert the MQCFH structure to a string?
thanks |
Topic: MQCFH |
paul0al
Replies: 2 Views: 4212
|
Forum: IBM MQ API Support Posted: Thu Aug 15, 2002 4:02 pm Subject: MQCFH |
I am writing a VB program for use with MQSeries v5.2.1 on win2k. I want to delete the contents of a queue using the MQCFH. After filling up the data object, what MQ API do I call to send the MQCFH str ... |
Topic: Clearing the contents of a queue using an API |
paul0al
Replies: 2 Views: 2732
|
Forum: IBM MQ API Support Posted: Wed Aug 14, 2002 3:30 pm Subject: Clearing the contents of a queue using an API |
I use MQ Explorer on MQ v5.2.1 for win2k. Whenever I need to clear the contents of a queue, I right click on the queue and select All Tasks and Clear Messages. I would like to add the same capability ... |
Topic: Determing Queue Depth |
paul0al
Replies: 1 Views: 2326
|
Forum: IBM MQ API Support Posted: Tue Aug 13, 2002 10:31 am Subject: Determing Queue Depth |
Does MQPut or any of the APIs return information about the queue depth? I need to write a program that will stop putting messages into a queue when its above a certain depth and start putting messages ... |
Topic: Dead letter queues |
paul0al
Replies: 13 Views: 13228
|
Forum: General IBM MQ Support Posted: Thu Aug 08, 2002 10:54 am Subject: Dead letter queues |
I read this document from IBM that said "Dead-Letter queues are not supported on MQSeries for Windows." You can take a look at www-3.ibm.com/software/ts/mqseries/library/ manualsa/csqzae05/csqzae050i. ... |
Topic: Why doesn't MQSeries for Windows support dead letter queue |
paul0al
Replies: 5 Views: 4370
|
Forum: IBM MQ API Support Posted: Thu Aug 08, 2002 10:54 am Subject: Still no luck with dead-letter queue |
I read this document from IBM that said "Dead-Letter queues are not supported on MQSeries for Windows." You can take a look at www-3.ibm.com/software/ts/mqseries/library/ manualsa/csqzae05/csqzae050i. ... |
Topic: Dead letter queues |
paul0al
Replies: 13 Views: 13228
|
Forum: General IBM MQ Support Posted: Thu Aug 08, 2002 7:19 am Subject: Dead letter queues |
Why doesn't MQSeries for Windows support dead letter queue? I have a VB program that sends messages to a queue, but the program quits when queue becomes full. I need the program to continue even if th ... |
Topic: Why doesn't MQSeries for Windows support dead letter queue |
paul0al
Replies: 5 Views: 4370
|
Forum: IBM MQ API Support Posted: Thu Aug 08, 2002 7:18 am Subject: Why doesn't MQSeries for Windows support dead letter queue |
Why doesn't MQSeries for Windows support dead letter queue? I have a VB program that sends messages to a queue, but the program quits when queue becomes full. I need the program to continue even if th ... |
Topic: A basic clustering question |
paul0al
Replies: 6 Views: 12455
|
Forum: Clustering Posted: Tue Jun 18, 2002 9:36 am Subject: A basic clustering question |
I am in a situtation that messages may be on a cluster queue q1 on QMX or QMY. We want multiple queue managers for fault tolerance and load balancing. The application that retrieves messages must not ... |
Topic: A clustering task |
paul0al
Replies: 2 Views: 7843
|
Forum: Clustering Posted: Mon Jun 17, 2002 3:59 pm Subject: A clustering task |
I have setup a cluster of three computers. Two of the computers have a shared cluster queue. A remote application must retrieve messages from the shared cluster queues. This remote app. must not be ... |
Topic: mqclose options |
paul0al
Replies: 1 Views: 2794
|
Forum: IBM MQ API Support Posted: Thu Jun 13, 2002 3:11 pm Subject: mqclose options |
I have a client that on closing (using MQclose) needs to delete all the messages in the queue. However, the MQCO_DELETE and MQCO_DELETE_PURGE options are not valid on predefined queues. Is there any o ... |
Topic: A basic clustering question |
paul0al
Replies: 6 Views: 12455
|
Forum: Clustering Posted: Thu Jun 13, 2002 9:48 am Subject: A basic clustering question |
Can someone point to toward some documentation about reading (get) messages from a shared cluster queue. If getting messages from a shared cluster queue is not possible, are there any tricks or workar ... |