Author |
Message
|
saran3706 |
Posted: Wed Dec 04, 2013 8:44 pm Post subject: DISTL property in SYSTEM.CLUSTER.TRASNMIT.QUEUE |
|
|
Newbie
Joined: 21 Nov 2013 Posts: 7
|
Hi,
I am new to MQ and working in a clustered environment set up , I am unable to find out why we set DISTL property for SYSTEM.CLUSTER.TRASNMIT.QUEUE as DISABLED for few queue managers in the cluster.
Please explain the iimpact of setting this.
Thanks! |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Dec 04, 2013 8:54 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
What does the DISTL attribute mean? What research have you done? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
saran3706 |
Posted: Wed Dec 04, 2013 9:34 pm Post subject: |
|
|
Newbie
Joined: 21 Nov 2013 Posts: 7
|
I understand that DISTL(distribution lists) enables the queue to send out messages to the mulitple destiantion queue managers using single MQOPEN call.This saves a lot of time and the burden on traffic.
For this to be applicable both the sender and receiving queue managers should have the DISTL property enabled.
If for one queue manager the DISTL property is set as 'diabled" then the messages will be sent one by one.
In some of the cases we have been asked to set up the "SYSTEM.CLUSTER.TRANSMIT.QUEUE with DISTL property as 'DISABLED".
I want to understand the advantages of setting up like this. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Dec 04, 2013 10:47 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
A distribution list is a programming construct. Search google for the application programming guide, and app programming reference, or InfoCenter equivalents. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Dec 05, 2013 3:21 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Dec 05, 2013 6:42 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
|
Back to top |
|
 |
elkinsc |
Posted: Thu Dec 05, 2013 7:19 am Post subject: |
|
|
 Centurion
Joined: 29 Dec 2004 Posts: 138 Location: Indy
|
Distribution lists are not supported on all platforms. It is recommended that applications use pub/sub rather than rely on distribution lists. |
|
Back to top |
|
 |
|