camel-wmq with SSL

2019-08-13 Thread Jörg Jansen
Hi everybody, does anybody have experience, connection to IBM-MQ using SSL and camel-wmq from apacheextras? When trying the connection to MQManager, I receive the following response: 2019-08-13 20:12:53,551 | ERROR | :TYPEX.XH.LHR_I2 | WMQComponent | 253 - gs-wmq - 19.1

Aw: Re: Re: Definition of subscriptionname in Camel JMS-Endpoint does not work as expected

2019-08-13 Thread Benjamin Graf
Hi Claus, Sure ;-) Will have a look on it. I might create a patch on actual master. I think a backport to 2.x branch shouldn't be that hard. Regards Benjamin  Gesendet: Dienstag, 13. August 2019 um 15:57 Uhr Von: "Claus Ibsen" An: users@camel.apache.org Betreff: Re: Re: Definition of subscrip

Re: Re: Definition of subscriptionname in Camel JMS-Endpoint does not work as expected

2019-08-13 Thread Claus Ibsen
On Tue, Aug 13, 2019 at 2:50 PM Benjamin Graf wrote: > > Hi, > > yes it seems non-durable shared subscription are not implemented correctly. > Subscription name should be set for non-durable as well. > Okay you are welcome to create a JIRA ticket and also PRs is welcome to fix this > Regards >

Aw: Re: Definition of subscriptionname in Camel JMS-Endpoint does not work as expected

2019-08-13 Thread Benjamin Graf
Hi,   yes it seems non-durable shared subscription are not implemented correctly. Subscription name should be set for non-durable as well.   Regards Benjamin   Gesendet: Dienstag, 13. August 2019 um 11:57 Uhr Von: "Claus Ibsen" An: users@camel.apache.org Betreff: Re: Definition of subscriptionna

Re: Definition of subscriptionname in Camel JMS-Endpoint does not work as expected

2019-08-13 Thread Claus Ibsen
Hi Shared subscription is something new in JMS 2.0. So it may be a bug or not, I can't recall on top of my head. I suggest you spend a bit time research and come back and tell us. On Tue, Aug 13, 2019 at 11:46 AM wrote: > > Dear Camel guys and girls, > > > I have a question regarding the propert

Definition of subscriptionname in Camel JMS-Endpoint does not work as expected

2019-08-13 Thread Daniel.Novak
Dear Camel guys and girls, I have a question regarding the property "subscriptionName" which can be specified for a JMS-Consumer. First, here is my project setup: * Camel 2.24.1 * Spring-Boot: 2.1.0.RELEASE I create a simple standalone JAR which just should consume from defined JMS-Q