hi Gordon Please solve this query also... I am waiting for your solution on this query.... Thanks
I did try following steps: ./bootstrap then ./configure which gives following error:: ./configure: line 19936: syntax error near unexpected token `&' ./configure: line 19936: ` test $fail = 1 &&' _________________________________________________________________________________________ i did following Subscription s = subscriptions.subscribe(local_queue, "my_local_queue"); //here subscriptions is SubscriptionManager object while local_queue is Localqueue object.. ://reading messages : s.cancel(); this is working i.e. now its not throwing warning and closing down.. 2 queuries 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? 2. I was trying to send/recv 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? 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-tp2507392p2526807.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]
