Re: Bind to multiple topic exchanges with same queue name.

2012-12-04 Thread abasakk
Thanks "Gordon Sim" for your reply. I am using c++ qpid::messaging API 0.8. x-bindings is not available in qpid 0.8. Could you suggest me alternative approach for 0.8 for this. Thanks, Amit -- View this message in context: http://qpid.2158936.n2.nabble.com/Bind-to-multiple-topic-exchanges-with

Re: Issue using a LVQ instead of a FIFO queue in a sender.

2012-12-04 Thread Jakub Scholz
Hi Adam, What version of the broker are you using? It seems to me that this example is based on the old deprecated qpid.client API. The chapter 1.6 of the manual for Qpid 0.18 seems to contain an example based on the qpid.messaging API ... http://qpid.apache.org/books/0.18/AMQP-Messaging-Broker-CP

RE: qpid broker service just stops by itself .. How to diagnose

2012-12-04 Thread Steve Huston
Not sure... I recommend you look into: - increasing the log level - did the broker start produce any log messages you can find? - Can you reproduce the stop running the broker at command line? > -Original Message- > From: Adam Zedan [mailto:zedan...@gmail.com] > Sent: Tuesday, December 04

RE: Problem using a configuration file

2012-12-04 Thread Steve Huston
When run as a service the default logging sink changes to the system event log. The level of logging doesn't change default. > -Original Message- > From: Adam Zedan [mailto:zedan...@gmail.com] > Sent: Tuesday, December 04, 2012 10:40 AM > To: users@qpid.apache.org > Subject: Re: Problem u

Re: Problem using a configuration file

2012-12-04 Thread Adam Zedan
What I am doing right now is passing parameters directly to the service created through services.msc. Btw when qpidd brokers runs as a service and no logging options have been specified in the cnfig file does the broker log anything anywhere? The reason I am asking is because when it was run as con

RE: Problem using a configuration file

2012-12-04 Thread Steve Huston
Since the default is relative the location depends on your current working directory, not the location of the exe. You can change this in the cmake config when you are configuring the build. > -Original Message- > From: Adam Zedan [mailto:zedan...@gmail.com] > Sent: Tuesday, December 04,

Re: Problem using a configuration file

2012-12-04 Thread Adam Zedan
Steve do you mean c:\qpidd-0.18\1pidd-0.18\cpp\etc\qpidd.conf On Tue, Dec 4, 2012 at 7:55 AM, Adam Zedan wrote: > Help says --config FILE (conf/qpidd.conf) so I tried putting in > C:\qpid-0.18\qpid-0.18\cpp\src\Debug\conf\qpidd.conf > since I am running qpidd.exe from > C:\qpid-0.18\qpid-0.18\

Re: Problem using a configuration file

2012-12-04 Thread Adam Zedan
Help says --config FILE (conf/qpidd.conf) so I tried putting in C:\qpid-0.18\qpid-0.18\cpp\src\Debug\conf\qpidd.conf since I am running qpidd.exe from C:\qpid-0.18\qpid-0.18\cpp\src\Debug\ On Tue, Dec 4, 2012 at 7:51 AM, Gordon Sim wrote: > On 12/04/2012 02:30 PM, Adam Zedan wrote: > >> Thanks

RE: Creating qpid broker service in windows

2012-12-04 Thread Steve Huston
Great! I'm glad you got it worked out. > -Original Message- > From: Rajesh Khan [mailto:rajeshkhan...@gmail.com] > Sent: Monday, December 03, 2012 9:12 PM > To: users@qpid.apache.org > Subject: Re: Creating qpid broker service in windows > > Figured it out Steve looks initially my PATH wa

RE: Problem using a configuration file

2012-12-04 Thread Steve Huston
conf/qpidd.conf > -Original Message- > From: Adam Zedan [mailto:zedan...@gmail.com] > Sent: Tuesday, December 04, 2012 9:31 AM > To: users@qpid.apache.org > Subject: Re: Problem using a configuration file > > Thanks could you tell me what is the default location of this file in QPIDD ? >

Re: Problem using a configuration file

2012-12-04 Thread Gordon Sim
On 12/04/2012 02:30 PM, Adam Zedan wrote: Thanks could you tell me what is the default location of this file in QPIDD Not sure what it is on windows... try running qpidd --help which should report the default location - To

Re: Problem using a configuration file

2012-12-04 Thread Adam Zedan
Thanks could you tell me what is the default location of this file in QPIDD ? On Tue, Dec 4, 2012 at 4:41 AM, Pavel Moravec wrote: > Hi Adam, > try to put to the file just lines in "parameter=value" syntax, i.e.: > > auth=no > > > Syntax "qpidd --auth=no" is used for command line parameters (lik

Re: Problem using a configuration file

2012-12-04 Thread Pavel Moravec
Hi Adam, try to put to the file just lines in "parameter=value" syntax, i.e.: auth=no Syntax "qpidd --auth=no" is used for command line parameters (like you used for --config option). Kind regards, Pavel - Original Message - > From: "Adam Zedan" > To: users@qpid.apache.org > Sent: T