JBoss JCA and queue creation

2012-09-18 Thread Jan Bares
Hi, When I place the following DS configuration to JBoss/ESB deploy folder, will it automatically create the qpid queues? Even for clustered qpid? I am using QPID 0.14. Thanks, Jan I can see that the JCA adapter was deployed == 2012-09-17 11:42:32,722 INFO

Re: JBoss JCA and queue creation

2012-09-18 Thread Weston M. Price
Hi Jan, What you are seeing is the JCA AdminObjects being created and bound into the JBoss JNDI tree. When you actually deploy an application with either a producer or a consumer (MDB, Servlet) etc, you will see the destinations being created on the Broker. Note, a good place to start

Re: Broker SSL Config

2012-09-18 Thread ParkiratBagga
Check if the cert name is same as the hostname/ip, you have given in the client and given in the c++ broker ssl params. Regards, Parkirat Singh Bagga. -- View this message in context: http://qpid.2158936.n2.nabble.com/Broker-SSL-Config-tp7582284p7582290.html Sent from the Apache Qpid users

Re: Broker SSL Config

2012-09-18 Thread walshp
The name is the same for the cert (-n), the hostname and the params. -- View this message in context: http://qpid.2158936.n2.nabble.com/Broker-SSL-Config-tp7582284p7582291.html Sent from the Apache Qpid users mailing list archive at Nabble.com.

Broker SSL Config

2012-09-18 Thread walshp
We are having a problem setting up SSL with production certs in the C++ broker. We followed this process (http://rajith.2rlabs.com/2010/03/01/apache-qpid-securing-connections-with-ssl/) for test certs and it all worked. However when we switched to production certs we can not start SSL on the

Re: Broker SSL Config

2012-09-18 Thread walshp
Not sure if this is part of issue. On one system (masked): certutil -K -d server_db/ -f server_db/pfile: 0 rsa 780az (orphan) certutil -L -d server_db/ -f server_db/pfile Certificate Nickname Trust Attributes

Re: Broker SSL Config

2012-09-18 Thread ParkiratBagga
Could you try creating a simple self signed cert and see if it works. Then, you will be sure, if problem is with certs or not. But make sure the constraint of hostname=ssl param=cert name. Regards, Parkirat Singh Bagga. -- View this message in context:

Re: Broker SSL Config

2012-09-18 Thread Jakub Scholz
Hi Peter, You do not have the private key properly loaded with the rest of the certificate in your database. The database listing looks like this with a private key properly loaded: Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI cbgc03

Re: Broker SSL Config

2012-09-18 Thread walshp
Jakub Scholz-2 wrote Hi Peter, You do not have the private key properly loaded with the rest of the certificate in your database. The database listing looks like this with a private key properly loaded: Certificate Nickname Trust Attributes

Re: Broker SSL Config

2012-09-18 Thread walshp
ParkiratBagga wrote Could you try creating a simple self signed cert and see if it works. Then, you will be sure, if problem is with certs or not. But make sure the constraint of hostname=ssl param=cert name. Regards, Parkirat Singh Bagga. Self cert works fine. Yes, hostname=ssl