Re: problem with qpid heartbeats when sending msgs with size over 1KB

2012-01-31 Thread Tom M
Hi Gordon (and team), Have you had a chance to look at this more? (in particular, running the test while pulling the network cable (or abruptly shutting down the broker host)). thanks, Tom On Sat, Jan 14, 2012 at 6:07 PM, Tom M wrote: > I don't have root privages on this system to run the sc

Re: JMS Api and multiple queue per exchange

2012-01-31 Thread Rajith Attapattu
On Mon, Jan 30, 2012 at 9:29 AM, jigarshaha wrote: > Hi, > I am very new to qpid. I am trying to configure producer which creates > message with specific type. and puts in exchange, which hosts multiple queue > > 1. What exchange-queue mapping is for ? How do i configure Message so that > its dire

Re: warning Connect failed

2012-01-31 Thread Cliff Jansen
Hi Hamid, I am confused. It was explained to you in November that client side certificates were not yet implemented in the Windows implementation. Yet here it looks like your server will not negotiate the ssl connection without a client certificate. Am I misunderstanding what you are trying to d

Re: warning Connect failed

2012-01-31 Thread Jakub Scholz
Hi Hamid, The error you get in Chrome is caused by your certificate being loaded only as a trusted peer on the broker. This is an issue we had with Java applications - when you use signed certificates, the broker gives you a list of supported certification authorities and the application selects a

Re: warning Connect failed

2012-01-31 Thread Hamid.Shahid
Hi, Thank you for the valueable suggestions; *@ Jakub :* " I have a public key of the certificate (signed by verisign) provided by the server side and I also have a self-signed certificate (including public/private key). I have imported all these things in the windows "Third-Party Roo

Re: warning Connect failed

2012-01-31 Thread Cliff Jansen
Hi Hamid, What happens if you try to connect using Internet Explorer on your Windows machine? Using the following in the address bar: https://amqserver.rest.com:10170 where "amqpserver.rest.com" is the name of the server as it appears in the certificate. Usually if I have a certificate relat