Author |
Message |
Topic: security exit routine |
poki
Replies: 0 Views: 1448
|
Forum: General IBM MQ Support Posted: Wed Aug 07, 2002 12:44 pm Subject: security exit routine |
How should I proceed if I plan to write simple security exit routine? Apart from what MQ provides(it require lots of pre-requisites), is there any other place from where I can get already written secu ... |
Topic: Losing Messages Sending From 0S/390 to HP-UX |
poki
Replies: 19 Views: 11690
|
Forum: General IBM MQ Support Posted: Wed Aug 07, 2002 12:08 pm Subject: Losing Messages Sending From 0S/390 to HP-UX |
Hi
If your channel count increases then definitly your message would have reached your. May be its in DLQ or being picked up by appl. |
Topic: Transactional support for MQ Client apps. |
poki
Replies: 3 Views: 4003
|
Forum: IBM MQ API Support Posted: Wed Aug 07, 2002 10:22 am Subject: XA support |
You need to perform the following tasks:
Check environment variable settings.
Create symbolic lines for Sybase libraries (Sun Solaris only).
Enable Sybase XA support.
Create the Sybase switc ... |
Topic: MQBrowse(cursor) vs. MQGET |
poki
Replies: 7 Views: 7647
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 3:35 pm Subject: MQBrowse(cursor) vs. MQGET |
There is lots of performance issue involve with MQ Browse. One should alway avoid MQ Browse if one has large volumn of message to browse over.
We don't have statistic of memory usage but MQ Browse a ... |
Topic: Disappearing messages (between S390 & AIX) |
poki
Replies: 19 Views: 14140
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 3:28 pm Subject: Disappearing messages (between S390 & AIX) |
Sunnutu,
The trigger application which u have defined on OS - 390 would have been picking up the message.
If its CICS then put your triggered transaction in CEDF mode and then send your message from ... |
Topic: HP-UX 11: Unexpected error on crtmqm ... |
poki
Replies: 6 Views: 7006
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 2:55 pm Subject: ANother reason |
A change in the status of the QMQM activationgroup may cause message AMQ8101 to be logged "Unexpected error" with hexadecimal value(X'00000821'), which decodes to RC2081 MQRC_UNEXPECTED_CONNECT_ERROR |
Topic: MQGET with wait unlimited on OS/390 |
poki
Replies: 1 Views: 2462
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 1:51 pm Subject: os 390 support |
Hi Adams
I have implemented similar kind of architecture with very high volumn messages. There is absolutely no problem in using CICS for real time system handling for these many messages.
I am just ... |
Topic: Use of CorrelID... |
poki
Replies: 7 Views: 5915
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 1:42 pm Subject: Trigger monitor |
Perhaps this can help to some extent..(For better understanding go thr the code provided by MQ for trigger monitor).
1. Application A, which can be either local or remote to the queue manager, puts ... |
Topic: Message expiry |
poki
Replies: 5 Views: 6014
|
Forum: General IBM MQ Support Posted: Mon Aug 05, 2002 1:34 pm Subject: discard message |
A message that has expired is never returned to an application ,so the value in the Expiry field of the message descriptor after a successful MQGET call is either greater than zero, or the special v ... |