I did try following steps:
<br>./bootstrap then
<br>./configure which gives following error::
<br>./configure: line 19936: syntax error near unexpected token `&'
<br>./configure: line 19936: ` &nbsp;test $fail = 1 &amp;&amp;'
<br><br>_________________________________________________________________________________________
<br><br>i did following 
<br>Subscription s = subscriptions.subscribe(local_queue, 
&quot;my_local_queue&quot;); //here subscriptions is SubscriptionManager object 
while local_queue is Localqueue object.. 
<br>://reading messages
<br>:
<br>s.cancel();
<br>this is working i.e. now its not throwing warning and closing down.. 
<br>2 queuries 
<br>1. do we have to cancel the subscription always if yes or not why so? if 
not in all cases then in which all cases do we have to cancel the subscription?
<br>2. I was trying to send/recv &nbsp;messages continuously from 
producer/listener respectively but after few seconds the system hangs... is it 
because of accept overhead that is required after every message? 
<br>what to do if i want continuous send/recv & good performance factor?
-- 
View this message in context: 
http://n2.nabble.com/send-receive-to-from-remote-machine-tp2507392p2524835.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to