Author |
Message
|
imsiva_k |
Posted: Tue Jun 29, 2010 2:00 am Post subject: DEFBIND |
|
|
Apprentice
Joined: 02 Dec 2008 Posts: 25
|
Hi,
Could anybody explain me the difference between DEFBIND(NOTFIXED) and DEFBIND(OPEN) ? I had went through the document however I could not get the actual usage out of it. I have a cluster setup. I could see some delay in message routing. I am using DEFBIND(OPEN) in my cluster queue.
Many Thanks in advance. |
|
Back to top |
|
 |
exerk |
Posted: Tue Jun 29, 2010 2:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Re-read the manual. Search the Info Centre for DEFBIND and read the multiple hits, all of which give you the information you seek. Set the queues in your cluster to DEFBIND(OPEN) and use the amqsput sample to see what the effect is, then close the queue(s) and repeat with DEFBIND(NOTFIXED). Sometimes, playing with something to get empirical information can aid understanding of the written word. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Jun 29, 2010 3:15 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
AND RECOMMENDED IS : that you set the DEFBIND attribute to the same value on all instances of the same cluster queue.
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Jun 29, 2010 3:25 am Post subject: Re: DEFBIND |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
imsiva_k wrote: |
... I could see some delay in message routing. I am using DEFBIND(OPEN) in my cluster queue.. |
DEFBIND(OPEN) is used i.e. the DEFAULT configuration !!
DELAY in message routing What Technique/Method do you use to PUT the message on the Clustered Queue ?
There could be many OTHER reasons of DELAY, you should not avoid them !!
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
exerk |
Posted: Tue Jun 29, 2010 3:32 am Post subject: Re: DEFBIND |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
shashivarungupta wrote: |
There could be many OTHER reasons of DELAY, you should not avoid them !!  |
I think you mean should...
Your previous post was actually helpful, this one was not, so please try and restrain yourself and think a little before jumping in with statements that could cause more confusion for the OP than already exists. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Jun 29, 2010 3:37 am Post subject: Re: DEFBIND |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
exerk wrote: |
shashivarungupta wrote: |
There could be many OTHER reasons of DELAY, you should not avoid them !!  |
I think you mean should...
Your previous post was actually helpful, this one was not, so please try and restrain yourself and think a little before jumping in with statements that could cause more confusion for the OP than already exists. |
I mean.. One SHOULD NOT Avoid Thinking About them To Eliminate them.
Sometimes a sentence can be read in different ways. It depends on perception/state of mind at that time. Thanks & My apologies ... _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
zonko |
Posted: Tue Jun 29, 2010 12:47 pm Post subject: |
|
|
Voyager
Joined: 04 Nov 2009 Posts: 78
|
DEFBIND cannot be a cause for delay; it affects routing, not performance. The most likely cause of delay is network latency; the qmgr error logs can be checked for gross errors like channel failures and reconnects. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 29, 2010 12:58 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
[quote="zonko"]DEFBIND cannot be a cause for delay; it affects routing, not performance. The most likely cause of delay is network latency; the qmgr error logs can be checked for gross errors like channel failures and reconnects.[/quote
I'd say the most likely cause of delay is application commit intervals....
But that's just a guess.  |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Jun 30, 2010 11:31 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
imsiva_k wrote: |
I have a cluster setup. I could see some delay in message routing. |
Above are two sentences and that leads to two diff. questions ..... How have you setup the Cluster in your system ? Have you been able to resolve the Delay in message routing ?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
|