Re: Default Dispatch Policy and Pending message Limit Strategy

2010-02-23 Thread Gary Tully
The code is the best reference for defaults as they can change across versions. If want specific behavior, it is safest to provide explicit configuration for your broker via the xml configuration or programatically when you create your broker. For the default dispatch policy, see: line 68 of acti

Default Dispatch Policy and Pending message Limit Strategy

2010-02-23 Thread Sebastian Rodriguez
Dear all, I'm wondering what are the defaults for these two configuration parameters. I know the options for Dispatch Policy are: - SimpleDispatchPolicy: Simple dispatch policy that sends a message to every subscription that matches the message. - StrictOrderDispatchPolicy: Dispatch polic