Re: Stomp 1.1 - first message sent to broker after heart-beat time-out is "lost"

2011-11-19 Thread Timothy Bish
On Sat, 2011-11-19 at 16:40 +0100, Michael Justin wrote: > Hello, > > For the current 5.6 snapshot, I wrote a test which sends a frame after > the time-out of the heart-beat elapsed. > > Expected behaviour is that the broker does not accept any more data from > the socket connection. > > Howev

Stomp 1.1 - first message sent to broker after heart-beat time-out is "lost"

2011-11-19 Thread Michael Justin
Hello, For the current 5.6 snapshot, I wrote a test which sends a frame after the time-out of the heart-beat elapsed. Expected behaviour is that the broker does not accept any more data from the socket connection. However the client can successfully send one message to the broker. Because

Reply:Re: Overhead of component creation to send message

2011-11-19 Thread SuoNayi
With JmsTemplate, it's suffering to create and destory the underlying resource with any call on it, so from Spring 2.5.3,CachingConnectionFactory is introduced with new features such as caching connection,session,consumer and producer resouce.So donot be afraid of JmsTemplate anymore. At 201