Author |
Message |
Topic: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
frankdurhine
Replies: 5 Views: 4364
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 26, 2006 3:52 am Subject: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
I read the above cited new manual paragraphs completely:
We would need the CHADEXIT autodefiniton exit to use the LOCLADDR feature. |
Topic: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
frankdurhine
Replies: 5 Views: 4364
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 26, 2006 2:54 am Subject: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
exactly. I aggree.
I am concerned about the function of locladdr. When I am not able to specify a locladdr tag in cluster, the channels of the qm cluster won't work according with the firewall r ... |
Topic: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
frankdurhine
Replies: 5 Views: 4364
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 26, 2006 1:19 am Subject: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
thx. I was browsing 5.3 documentation only this seems to be a new paragraph.
Did I get it right: The selection of a specific sending stack with LOCLADDR is not working within a cluster, when au ... |
Topic: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
frankdurhine
Replies: 5 Views: 4364
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 26, 2006 12:16 am Subject: understand LOCLADDR in Cluster Receiver Channel CLUSRCVR |
Hi,
a question regarding the semantics of the local address paramter when used in cluster receiver channel definitions:
With ordinary sender channels, the parameter defines the stack, which has t ... |
Topic: mcauser - acl security: works difefrnt for persistent msgs? |
frankdurhine
Replies: 7 Views: 4386
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 1:35 am Subject: mcauser - acl security: works difefrnt for persistent msgs? |
the non persistent messages were not discarded but put to the dlq, when the rights were insufficient. Sorry, I messed this up. But this exposes the problem even sharper:
with acl rights:
npm are ... |
Topic: mcauser - acl security: works difefrnt for persistent msgs? |
frankdurhine
Replies: 7 Views: 4386
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 12:12 am Subject: mcauser - acl security: works difefrnt for persistent msgs? |
thanks, butcher, I doublechecked this, too:
who has an other bet?
regards
Frank
AMQ8408: Display Queue Manager details.
DESCR( ) DEADQ(DE ... |
Topic: mcauser - acl security: works difefrnt for persistent msgs? |
frankdurhine
Replies: 7 Views: 4386
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 09, 2006 11:11 pm Subject: mcauser - acl security: works difefrnt for persistent msgs? |
thanks wayne. We have a dead letter queue (DEAD.LETTER.QUEUE) on the receiving end, and the mcauser is entitled to put on it.
I am afraid I did not put my question right, please reconsider: the po ... |
Topic: mcauser - acl security: works difefrnt for persistent msgs? |
frankdurhine
Replies: 7 Views: 4386
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 09, 2006 7:21 am Subject: mcauser - acl security: works difefrnt for persistent msgs? |
To secure an incoming sdr-rcvr channel-pair, I have configured the receiver with an mcauser in a group other than mqm and set the relevant authorities. Non persistent Messages are delivered properly w ... |
Topic: MAXMSGS IN QUEUE DEF AND IN CHL DEF |
frankdurhine
Replies: 7 Views: 4389
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2006 1:09 am Subject: MAXMSGS IN QUEUE DEF AND IN CHL DEF |
Just to be complete, there is one exception to the rule:
large messages can be sent through a small channel when the messages allow segmentation by setting MQMF_SEGMENTATION_ALLOWED in the Message De ... |
Topic: RUNMQSC Commands in a Script without a def file |
frankdurhine
Replies: 3 Views: 3529
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2006 12:49 am Subject: piping into runmqsc from shellscript |
another nice way would be piping from a shellscript with labels:
LABEL must be placedin a new line on column 0.
#! /usr/bin/bash
$FROMQM=QM1
$TOQM=QM2
runmqsc QMNAME <<LABEL
commandline ... |