Re: Qpid-cpp build in Ubuntu 12.04

2012-09-04 Thread Gordon Sim
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 it successfully built in Ubuntu 11, but having some problems in 12 What are the errors you are seeing? -

Re: Unable to Setup SSL between Java Client and C++ broker

2012-09-04 Thread Gordon Sim
On 09/04/2012 10:44 AM, maverick_muguda wrote: Thanks Robbie. Your suggestion fixed that problem. When i rearranged the order of arguments, to the prescribed order, i am running into an Authentication failed message. the same connection URL (without the ssl='true') used to work fine. why doe

[ANNOUNCE] Apache Qpid 0.18 released

2012-09-04 Thread Robbie Gemmell
The Apache Qpid community is pleased to announce the immediate availability of Apache Qpid 0.18. Apache Qpid (http://qpid.apache.org) is a cross-platform enterprise messaging solution which implements the Advanced Message Queuing Protocol (AMQP, http://www.amqp.org). It provides brokers written

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

2012-09-04 Thread Oleksandr Rudyy
Hi Hamid, I beleive you can use Log4j NTEventLogAppender to apped logs into windows event log system. See http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/nt/NTEventLogAppender.html The NT Event Viewer relies on message resource DLLs to properly view an event message. The NTEventLogA

Re: New blog post on AMQP 1.0 and Qpid

2012-09-04 Thread William Henry
Done. http://ipbabble.com/2012/09/gordon-sim-responds-on-the-amqp-journey.html Thanks again Gordon. William - Original Message - > On 08/31/2012 06:07 PM, William Henry wrote: > > Thanks Gordon! Do you mind if I post this response on my blog and > > credit to you? > > I don't mind at

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

2012-09-04 Thread Hamid.Shahid
Hi, Is it possible to configure JMS QPID client application to log error/warnings on windows event viewer. Thank you. - Hamid. -- View this message in context: http://qpid.2158936.n2.nabble.com/How-to-configure-JMS-QPID-client-application-to-log-on-windows-event-viewer-tp7581631.html Sent f

Re: Is possible to start reading a message queue from a specific message number

2012-09-04 Thread Gordon Sim
On 09/04/2012 01:36 PM, Hamid.Shahid wrote: Yes, I am using JMS. Can you please describe more about the selectors? and How can they be used? Any decent JMS tutorial or book will include a description of selectors, e.g. http://docs.oracle.com/javaee/6/tutorial/doc/bnceh.html#bncer. Moreover,

Re: Is possible to start reading a message queue from a specific message number

2012-09-04 Thread Hamid.Shahid
Hi Gordon, Thank you for your suggestions. Yes, I am using JMS. Can you please describe more about the selectors? and How can they be used? Moreover, How can I subscribe to a queue existing on the Qpid server, by creating a topic on the client end? - Hamid -- View this message in context: h

Qpid-cpp build in Ubuntu 12.04

2012-09-04 Thread Sajith Kariyawasam
Hi, Has anyone got qpid-cpp version 0.18 successfully built in Ubuntu 12.04 ? I got it successfully built in Ubuntu 11, but having some problems in 12 -- Best Regards Sajith

Re: Unable to Setup SSL between Java Client and C++ broker

2012-09-04 Thread maverick_muguda
Thanks Robbie. Your suggestion fixed that problem. When i rearranged the order of arguments, to the prescribed order, i am running into an Authentication failed message. the same connection URL (without the ssl='true') used to work fine. why does the same thing fail once i enabled SSL? I see t