Author |
Message |
Topic: MQGET Performance |
ssanchez
Replies: 4 Views: 3975
|
Forum: General Discussion Posted: Thu Oct 17, 2002 6:42 am Subject: MQGET Performance |
Hi!!!...
Does anyone know how to increase the speed of MQGET using MSGID on a local queue with persistant messages? (MQSeries 5.2 on a UNIX platform).
Thanks.
Samuel. |
Topic: Force msgs to be persistent |
ssanchez
Replies: 14 Views: 12456
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 4:12 pm Subject: Force msgs to be persistent |
Hi!!!...
I'm preparing an example of a Channel Exit (in ANSI C) to run on Windows NT, AS/400 and UNIX. It's a Dummy Channel Exit only for study intentions.
I think tomorrow I'll put the cod ... |
Topic: Force msgs to be persistent |
ssanchez
Replies: 14 Views: 12456
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 12:03 pm Subject: Force msgs to be persistent |
IT'S POSSIBLE!!!!
You can modify any field of the Message Descriptor structure using a Channel Exit. You can do this on the Send Channel Exit or on the Receive Channel Exit.
In fact, I did ... |
Topic: How to send and retreive the mdb files in MQ using JAVA API |
ssanchez
Replies: 4 Views: 4455
|
Forum: IBM MQ API Support Posted: Tue Jul 23, 2002 6:37 am Subject: How to send and retreive the mdb files in MQ using JAVA API |
Could you describe the problems that you have? |
Topic: ASCII to EBCDIC Coversion |
ssanchez
Replies: 5 Views: 5910
|
Forum: IBM MQ API Support Posted: Fri Jun 28, 2002 1:21 pm Subject: ASCII to EBCDIC Coversion |
I believe that the best you can do is to program a Channel Exit on MVS to convert the data from ASCII to EBDIC just when the message arrives to MVS and before the message is passed to your application ... |
Topic: Whats needed to connect to MQSeries via Windows Client.... |
ssanchez
Replies: 3 Views: 4209
|
Forum: IBM MQ API Support Posted: Fri Jun 28, 2002 1:06 pm Subject: Whats needed to connect to MQSeries via Windows Client.... |
Also, you must re-compile your program with the client option. |
Topic: error - Queue manager not available to the MQSeries trigger |
ssanchez
Replies: 8 Views: 5981
|
Forum: General Discussion Posted: Fri Jun 28, 2002 12:14 pm Subject: runmqtmc vs runmqtrm |
runmqtmc (Start client trigger monitor)
Purpose: The runmqtmc command is available on AIX clients only. You can use the runmqtmc command to invoke a trigger monitor for a CLIENT.
On a SERVER you mu ... |