Re: JMS Client Heartbeat configuration

2010-01-06 Thread Aidan Skinner
On Tue, Jan 5, 2010 at 7:42 PM, Rajith Attapattu wrote: > It appears that there are two different means configuring the > heartbeat interval for the JMS client. > The 0-9 codepath uses a jvm argument while the 0-10 codepath uses a > broker URL property. > > From a users perspective we should prov

JMS Client Heartbeat configuration

2010-01-05 Thread Rajith Attapattu
It appears that there are two different means configuring the heartbeat interval for the JMS client. The 0-9 codepath uses a jvm argument while the 0-10 codepath uses a broker URL property. >From a users perspective we should provide a consistent interface. Therefore I propose we combine the two a