Re: Looking for feedback on a design, based on Qpid

2012-09-05 Thread Phil Harvey
Hi Sajith, Apart from the fact that you have ~1000 nodes, what other non-functional requirements do you have? For example: - What is the acceptable time lag between the application being deployed and a node receiving notification? - What frequency of application deployments do you expect? - Whic

Looking for feedback on a design, based on Qpid

2012-09-05 Thread Sajith Kariyawasam
Hi all, This time its more like a design/architectural query I have to make, that it, we are going to implement a notifier functionality in our app deployment. when an application is deployed to the central server it needs to notify a collection of nodes that an application is uploaded/updated.

Re: Qpid-cpp build in Ubuntu 12.04

2012-09-05 Thread Sajith Kariyawasam
On Thu, Sep 6, 2012 at 12:24 AM, Gordon Sim wrote: > On 09/05/2012 07:48 PM, Sajith Kariyawasam wrote: > >> When executing ./configure, I'm seeing >> >>" *shared_ptr.hpp not found .. " statement ..* >> > > That sounds like a boost issue... what version of boost do you have? Do > you have a

Re: Qpid-cpp build in Ubuntu 12.04

2012-09-05 Thread Gordon Sim
On 09/05/2012 07:48 PM, Sajith Kariyawasam wrote: When executing ./configure, I'm seeing " *shared_ptr.hpp not found .. " statement ..* That sounds like a boost issue... what version of boost do you have? Do you have all available boost packages? A more complete error message may also

Re: Qpid-cpp build in Ubuntu 12.04

2012-09-05 Thread Sajith Kariyawasam
When executing ./configure, I'm seeing " *shared_ptr.hpp not found .. " statement ..* On Wed, Sep 5, 2012 at 12:28 PM, Gordon Sim wrote: > On 09/04/2012 11:43 AM, Sajith Kariyawasam wrote: > >> Hi, >> >> Has anyone got qpid-cpp version 0.18 successfully built in Ubuntu 12.04 ? >> >> I got

Re: Creating an exchange in the API

2012-09-05 Thread Gordon Sim
On 09/05/2012 03:06 PM, mburkhart wrote: Is there a way to declare the exchange when creating a receiver (using the Messaging API)? Yes, you can do that using the address create option, along with appropriate node properties. You can set the fields of the declare issued as a result through th

Re: Creating an exchange in the API

2012-09-05 Thread mburkhart
Is there a way to declare the exchange when creating a receiver (using the Messaging API)? -- View this message in context: http://qpid.2158936.n2.nabble.com/Creating-an-exchange-in-the-API-tp5425733p7581702.html Sent from the Apache Qpid users mailing list archive at Nabble.com. -

Re: any throughput improvement in New versions.

2012-09-05 Thread Steve Huston
Hi Surya, It's very difficult to give any blanket statements on Qpid performance. There have been improvements since 0.12. My best recommendation is to get 0.18 and rerun your performance tests. If you are not getting satisfactory performance, please post further details back here and maybe someon

Re: Dynamic Queues in Qpid

2012-09-05 Thread Sajith Kariyawasam
Seems I got that.. i have to do the proper config under in virtualhosts.xml, element On Wed, Sep 5, 2012 at 4:01 PM, Sajith Kariyawasam wrote: > Hi, > > I tried making the queue persistent, I created using node:{durable: > True}} option, it gets created, and I could seen in Management console

Re: Dynamic Queues in Qpid

2012-09-05 Thread Sajith Kariyawasam
Hi, I tried making the queue persistent, I created using node:{durable: True}} option, it gets created, and I could seen in Management console as well that the queue (sajith_queue_test) is durable, and other two default queues are not durable. (refer the attached screen shot) And when I restart

Re: Dynamic Queues in Qpid

2012-09-05 Thread Sajith Kariyawasam
On Wed, Sep 5, 2012 at 2:48 PM, Rob Godfrey wrote: > On 5 September 2012 10:57, Sajith Kariyawasam wrote: > > > On Wed, Sep 5, 2012 at 2:08 PM, Rob Godfrey > > wrote: > > > > > On 5 September 2012 10:20, Sajith Kariyawasam > wrote: > > > > > > > Thanks Gordon, > > > > > > > > I was able to cre

Re: Dynamic Queues in Qpid

2012-09-05 Thread Rob Godfrey
On 5 September 2012 10:57, Sajith Kariyawasam wrote: > On Wed, Sep 5, 2012 at 2:08 PM, Rob Godfrey > wrote: > > > On 5 September 2012 10:20, Sajith Kariyawasam wrote: > > > > > Thanks Gordon, > > > > > > I was able to create a Dynamic queue .. > > > > > > Then I was trying to write a message co

Re: Dynamic Queues in Qpid

2012-09-05 Thread Sajith Kariyawasam
On Wed, Sep 5, 2012 at 2:08 PM, Rob Godfrey wrote: > On 5 September 2012 10:20, Sajith Kariyawasam wrote: > > > Thanks Gordon, > > > > I was able to create a Dynamic queue .. > > > > Then I was trying to write a message consumer to consume messages from > that > > particular queue dynamically cr

Re: Dynamic Queues in Qpid

2012-09-05 Thread Rob Godfrey
On 5 September 2012 10:20, Sajith Kariyawasam wrote: > Thanks Gordon, > > I was able to create a Dynamic queue .. > > Then I was trying to write a message consumer to consume messages from that > particular queue dynamically created. For the time being I tried both the > publisher code as well as

Re: How to configure JMS QPID client application to log on windows event viewer

2012-09-05 Thread Rob Godfrey
Hi Hamid, it looks to me that you can find the dlls in the release download packages of log4j, from here: http://www.apache.org/dyn/closer.cgi/logging/log4j/1.2.17/log4j-1.2.17.zip for example. -- Rob On 5 September 2012 10:14, Hamid.Shahid wrote: > Hi Alex, > > Thank you for the suggestions

Re: Dynamic Queues in Qpid

2012-09-05 Thread Sajith Kariyawasam
Thanks Gordon, I was able to create a Dynamic queue .. Then I was trying to write a message consumer to consume messages from that particular queue dynamically created. For the time being I tried both the publisher code as well as the consumer code in Java, Here are my code samples.. Sender.jav

Re: How to configure JMS QPID client application to log on windows event viewer

2012-09-05 Thread Hamid.Shahid
Hi Alex, Thank you for the suggestions. Actually, I came across this NTEventLogAppender while searching for the solution on google. However, I was not able to find the required .dlls anywhere on my system or web. Any suggestions from where I can get these dll’s? Kind Regards, Hamid -- View th

Re: Dynamic Queues in Qpid

2012-09-05 Thread Gordon Sim
On 09/05/2012 07:55 AM, Sajith Kariyawasam wrote: Is it possible in Qpid, to create a queues dynamically, make those queues persistent , and let subscribers subscribe to it ? Yes. You can use an address of the form: my-queue; {create:always, node:{durable:True}} This can be used as the add