Hi,
 
 I there any way to change the acquiremode of a localqueue after subscribing 
the queue to subscriptionManager . I mean 
SubscriptionSettings settings;
settings.acquiremode = ACQUIRE_MODE_PRE_ACQUIRE.
LocalQueue local_queue;
then u call subscribe(local_queue, queuename, settings);
 
now if i want to change settings i mean change the acquiremode to 
ACQUIRE_MODE_NOT_ACQUIRED then do i need to  call 
subscribe function again with the change in settings to NOT_ACQUIRED. 
 
or is there any other way.
 
regards,
 
Nithesh
 
 
 


      

Reply via email to