This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Dynamic Queue creationgaohoward Sep 14, 2011 12:58 AM (in response to etp_scm)I think you can create a durable queue if you want the queue to survive the restart. 
- 
        2. Re: Dynamic Queue creationetp_scm Sep 14, 2011 6:01 AM (in response to gaohoward)Hi, thanx for the reply. I am a little confused about durable queue, I assume that u mean doing something like this to create a durable queue: ClienSession.createQueue(String address, String queueName, boolean durable)and if so can I bind it to a JNDI name Thanx. 
- 
        3. Re: Dynamic Queue creationclebert.suconic Sep 14, 2011 4:53 PM (in response to etp_scm)with ClientSession.createQueue you are creating a core-queue. On that case you are not binding JMS with it. You can use management operations for that through the management API. 
 
     
    