Author |
Message |
Topic: runmqdlq |
xhaxk
Replies: 15 Views: 19833
|
Forum: General IBM MQ Support Posted: Wed Jan 14, 2009 7:27 am Subject: runmqdlq |
amqsdlq source is in /opt/mqm/samp/dlq |
Topic: Starting MQ Channels |
xhaxk
Replies: 10 Views: 9742
|
Forum: General IBM MQ Support Posted: Wed Jan 14, 2009 7:25 am Subject: Starting MQ Channels |
don't be a clever dick..
the original post said
it doesn't start the sender channel by defualt
scripting is not by default |
Topic: runmqdlq |
xhaxk
Replies: 15 Views: 19833
|
Forum: General IBM MQ Support Posted: Tue Jan 13, 2009 9:54 pm Subject: runmqdlq |
the source of runmqdlq is not issued, but there is sample dlq handler source supplied. i cannot remember what it is called. |
Topic: Starting MQ Channels |
xhaxk
Replies: 10 Views: 9742
|
Forum: General IBM MQ Support Posted: Tue Jan 13, 2009 9:51 pm Subject: Starting MQ Channels |
you cannot start a channel when the qmgr starts, unless the channel is set up for triggering and the xmitq contains msgs or the channel was in RETRYING status when the qmgr ended. |
Topic: Any Gotchas!? MQ for zLinux |
xhaxk
Replies: 21 Views: 14255
|
Forum: General IBM MQ Support Posted: Thu Jan 08, 2009 1:57 pm Subject: Any Gotchas!? MQ for zLinux |
zLinux sounds like a far less well-proven or robust platform for MQ
Indeed.
The OS user authentication mechanism is very flaky, particularly where the users are administered under LDAP. The inte ... |
Topic: why MQ is not returning error to the application? |
xhaxk
Replies: 22 Views: 23337
|
Forum: General IBM MQ Support Posted: Mon Jan 05, 2009 10:35 pm Subject: why MQ is not returning error to the application? |
to return to the original subject of the post...
the AMQ7469 is issued asynchronously by some WMQ process when it discovers that the log file is getting full, not as a consequence of an MQI call, s ... |
Topic: Remote Queue without xmitq |
xhaxk
Replies: 12 Views: 14468
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Dec 21, 2008 10:17 pm Subject: Remote Queue without xmitq |
APG table 2 |
Topic: Dealing with fields in MQMD |
xhaxk
Replies: 8 Views: 18609
|
Forum: User Exits Posted: Tue Dec 16, 2008 10:08 pm Subject: Dealing with fields in MQMD |
MQStart is a dummy entry point that WMQ searches for in any exit lib. You should not put code in the function.
Your own exit function should be exported using the facilities for the platform you ar ... |
Topic: MQ Server exit in AIX/C++ |
xhaxk
Replies: 4 Views: 12962
|
Forum: User Exits Posted: Tue Dec 16, 2008 12:40 pm Subject: MQ Server exit in AIX/C++ |
exits must be written in C, not C++ |
Topic: Channels are in Retrying State |
xhaxk
Replies: 2 Views: 2990
|
Forum: General IBM MQ Support Posted: Mon Dec 15, 2008 12:50 pm Subject: Channels are in Retrying State |
I installed Cluster Security Exit in a Queue Mnager
I suppose you mean in a cluster channel. If you put it in a CLUSSDR it will be overwritten by the CLUSRCVR definition and lost. If you put it in ... |
Topic: RFH2 format, diff between MQRFH2 & MQHRF2 |
xhaxk
Replies: 4 Views: 7964
|
Forum: General IBM MQ Support Posted: Wed Dec 10, 2008 1:40 pm Subject: RFH2 format, diff between MQRFH2 & MQHRF2 |
MQHRF2 is the format string.
there is no such string as MQRFH2
the eyecatcher of the RFH2 header is RFH, and the version number is 2 |
Topic: Challenge Question - 12 / 2008 |
xhaxk
Replies: 21 Views: 77292
|
Forum: Challenge Forum Posted: Mon Dec 08, 2008 1:45 pm Subject: Challenge Question - 12 / 2008 |
except on z/OS, where you do not need another message to be put.
I did not know that. Do you have a reference for this, or a quote from a manual? I could not find it in the trigger conditions in th ... |
Topic: Problem with BlockIP2 on HP-UX |
xhaxk
Replies: 16 Views: 14246
|
Forum: General IBM MQ Support Posted: Mon Dec 08, 2008 1:40 pm Subject: Problem with BlockIP2 on HP-UX |
I still have "User exit not valid" error on runtime
What do you mean, still? This is the first time ytou have mentioned this.
I expect the exit lib is not in the right place - /var/mqm/e ... |
Topic: Creating msgexit in runmqsc |
xhaxk
Replies: 9 Views: 22168
|
Forum: User Exits Posted: Sun Dec 07, 2008 11:10 pm Subject: Creating msgexit in runmqsc |
Neither MSGEXIT or MSGDATA is a valid attribute on a SVRCONN channel; these only apply to peer-to-peer channels.
Even if it were correct, the syntax is MSGEXIT('ExitLib(ExitFunction)')
where
Ex ... |
Topic: Challenge Question - 12 / 2008 |
xhaxk
Replies: 21 Views: 77292
|
Forum: Challenge Forum Posted: Sun Dec 07, 2008 10:45 pm Subject: Challenge Question - 12 / 2008 |
No. TRIGINT only applies to msgs being put to the queue; a trigger msg generated when a non-empty queue is closed does not consider TRIGINT. |