Re: associating an incoming message with a queue

2011-09-13 Thread Gordon Sim
On 09/08/2011 09:03 PM, Wisler, Trina wrote: Hi, We have a Listener class that is inherited from client::MessageListener. This class/object will have many queues associated with it. There will be cases where the same subscription key is associated with several queues. We need a way to determi

Re: "not" values in the headers exchange

2011-09-13 Thread Gordon Sim
On 09/09/2011 01:39 PM, Fraser Adams wrote: Thanks Gordon. Are there any plans to extend the features of the headers exchange? The "and" pattern of headers is pretty good for most cases I'm interested in, but there's always the exception :-) I was aware of the XML exchange but I haven't looked h

Re: error building qpidc-0.12 on backtrack 5 R1 image

2011-09-13 Thread Gordon Sim
On 09/12/2011 05:52 PM, Mike Tracy wrote: Hello list. I have looked all over google for a solution to this but have yet been unable to find one that doesn't include "downgrade gcc to 4.1" which is not an option for me right now. If anyone can help I'd be greatly appreciative. Passing --disabl

Re: Logging

2011-09-13 Thread Bradley Scalio
Thanks for the great turnaround! One final question then on logging. With logrotate usually a postrotate sighup on the pidfile will cause the process to then write to the new logs, but this isn't working either for qpid when running in daemon mode: compress /var/log/qpidd.log { missi

Re: error building qpidc-0.12 on backtrack 5 R1 image

2011-09-13 Thread Alan Conway
On 09/12/2011 12:52 PM, Mike Tracy wrote: Hello list. I have looked all over google for a solution to this but have yet been unable to find one that doesn't include "downgrade gcc to 4.1" which is not an option for me right now. If anyone can help I'd be greatly appreciative. I am trying to bu

Re: Problem with starting qpid cluster - "Failed to initialize CPG.: security (100)"

2011-09-13 Thread Jakub Scholz
Hi Alan, Yes, 733221 and 733345 are covering the problem on Red Hat side. I didn't opened an JIRA for this as I didn't wanted to trigger some parallel processing between Red Hat and Apache. So feel free to create one or let me know and I will do it ... Regards Jakub On Mon, Sep 12, 2011 at 17:52

Re: Logging

2011-09-13 Thread Alan Conway
On 09/13/2011 08:28 AM, Bradley Scalio wrote: Greetings, Trying to turn off logging to /var/log/messages and send qpidd logging to /var/log/qpidd.log I tried the following in our qpidd.conf: sed -i '$a log-to-file=/var/log/qpidd.log' qpidd.conf sed -i '$a log-to-syslog=no' qpidd.conf I get lo

Re: Logging

2011-09-13 Thread Pavel Moravec
Hello, I can confirm the below. It occurs when qpidd runs as a daemon: qpidd --log-to-syslog no --log-to-file /tmp/qpidd.txt -d causes logs go to syslog, while: qpidd --log-to-syslog no --log-to-file /tmp/qpidd.txt doesn't log to syslog. I think the issue is caused by -d flag overriding log-to

Logging

2011-09-13 Thread Bradley Scalio
Greetings, Trying to turn off logging to /var/log/messages and send qpidd logging to /var/log/qpidd.log I tried the following in our qpidd.conf: sed -i '$a log-to-file=/var/log/qpidd.log' qpidd.conf sed -i '$a log-to-syslog=no' qpidd.conf I get logging to /var/log/qpidd.log but I still am re