On 11 March 2011 15:18, Rajith Attapattu <rajit...@gmail.com> wrote: > > I fully agree with you here. > If just a queue name is passed in, we should *not* be assuming things like > durability etc.. > A user has the ability to specify all the properties it likes (including > how the queue should be created and deleted) if they choose to do so. >
I also fully agree that we shouldn't be assuming the properties, however we historically have and as long as we continue to create queues by default then by extension we must assume something. Whilst doing that it should be the same as it was before, both for continuity and so that the delivery mode setting can actually have the intended effect from the viewpoint of someone using a JMS client. Robbie