Re: Types of communication

2012-02-09 Thread tkdchen
On Fri, Feb 10, 2012 at 1:20 AM, William Henry wrote: > > - Original Message - >> Hi, >> >> what are the different types of communication possible in QPID? and >> how the >> information flows into various communication types like peer to peer >> and >> pub-sub communication.? >> Please som

Re: FW: How to run Hello_world in QPID Examples

2012-02-03 Thread tkdchen
On Mon, Jan 30, 2012 at 2:40 PM, Senthil Kumar, Sinduja (GE Healthcare) wrote: > Hi, >  Thanks for your reply. > >  This is the following log: > > guest@winnie ~/sinduja/qpidc-0.12/examples/messaging> ./hello_world > 2012-01-30 14:50:23 debug Created connection localhost:5672 with {} > 2012-01-30

Re: Receiving Messages from Multiple Sources

2012-02-03 Thread tkdchen
ou can use command-not-found to lookup > the package that contains it, like this: >    cnf qpid-config > qpid-config is in package qpid-tools. $ sudo yum install qpid-tools > > Regards, > Sinduja.R > > > -Original Message- > From: tkdchen [mailto:qcxh...@

Re: Receiving Messages from Multiple Sources

2012-02-02 Thread tkdchen
On Fri, Feb 3, 2012 at 2:37 PM, Senthil Kumar, Sinduja (GE Healthcare) wrote: > Hi, > > Iam a newbie to QPID. > > Can someone explain me how to set the addresses for Receiving Messages > from Multiple Sources. > > You can use multiple binding keys to bind a queue to a topic exchange. So, the rest

Re: Can /etc/krb5.keytab be discovered automatically when using GSSAPI

2012-01-03 Thread tkdchen
在 2012年1月3日 下午10:52,Gordon Sim 写道: > On 01/03/2012 02:32 PM, tkdchen wrote: >> according to my understand to the Kerberos V5 documentation on >> the keytab file, the default krb5.keytab exists for service and host >> server, and it should have been discovered by GSSAPI

Re: Can /etc/krb5.keytab be discovered automatically when using GSSAPI

2012-01-03 Thread tkdchen
在 2012年1月3日 下午7:41,Gordon Sim 写道: > On 12/23/2011 03:57 AM, tkdchen wrote: >> >> Hi all, >> >> I'm using python-qpid to integrate message bus with a django site. The >> site must connect a QPID broker in a kerberos enviroment, so I pass >> sasl_mecha

Can /etc/krb5.keytab be discovered automatically when using GSSAPI

2011-12-22 Thread tkdchen
Hi all, I'm using python-qpid to integrate message bus with a django site. The site must connect a QPID broker in a kerberos enviroment, so I pass sasl_mechanisms='GSSAPI' to Connection to construct an instance. As the subject, I want to know when the script runs on server, whether the /etc/krb5.k

Is the send method of Sender instance thread-safe?

2011-12-18 Thread tkdchen
Hi all, As the subject. My website will send messages when handle the particular requests. I plan to establish a long term connection to QPID server, and hold a session on it, and thus one Sender instance when start the site. When need to send messages for requests, just invoke the Sender's send m

Re: Problem on connecting qpid server by GSSAPI

2011-12-14 Thread tkdchen
Hi all, Solved. There is a missing python-saslwrapper package in Fedora. Chenxiong Qi 在 2011年12月14日 下午9:20,tkdchen 写道: > Hi team, > > I'm writing a Python scrpt to connect to qpid server from my laptop. > the qpid server uses kerberos to authenticate users. I have a kerb

Problem on connecting qpid server by GSSAPI

2011-12-14 Thread tkdchen
Hi team, I'm writing a Python scrpt to connect to qpid server from my laptop. the qpid server uses kerberos to authenticate users. I have a kerberos ticket and already run kinit to get a TGT ticket. Following is my code. It uses GSSAPI mechanism, and throws "AuthenticationFailure: sasl negotiation