On 8 October 2016 at 20:17, rammohan ganapavarapu <[email protected]> wrote: > Any help from any one? > > On Fri, Oct 7, 2016 at 1:35 PM, rammohan ganapavarapu < > [email protected]> wrote: > >> Rob, >> >> I know its a old post but i ran into this issue again, i have clients >> create queues dynamically based on some condition so the ques are getting >> that flag messageDurability to DEFAULT, how can i make it to create as >> ALWAYS? is there a way to set this value globally or is there a way to >> specify queue initial config where i can specify default configs that can >> apply to all the queues created by client? In other words can i have broker >> configration to set messageDurability to ALWAYS using broker configuration? >> >> Thanks, >> Ram >>
Unfortunately the default of DEFAULT is currently hardcoded - I'll raise a JIRA to change that so it takes the default from a context variable which you can override with system properties / initial config. How are your clients currently creating the queues - however they are doing it we should be able to alter the command in some way to create the queue with the desired default? Cheers, Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
