Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-10-03 Thread Onder SEZGIN
; > -Original Message- > From: Claus Ibsen > Sent: 26. september 2019 08:50 > To: users@camel.apache.org > Subject: Re: EndpointHelper.matchEndpoint doesn't normalize the pattern > parameter > > Hi > > Its a pattern and not an endpoint uri, eg you can us

RE: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-10-03 Thread Stig Døssing
Created https://issues.apache.org/jira/browse/CAMEL-14032. -Original Message- From: Stig Døssing Sent: 3. oktober 2019 10:01 To: users@camel.apache.org Subject: RE: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter No, not yet. I'll do it later today, don

RE: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-10-03 Thread Stig Døssing
No, not yet. I'll do it later today, don't have my Jira password with me. -Original Message- From: Claus Ibsen Sent: 3. oktober 2019 09:34 To: users@camel.apache.org Subject: Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter On Thu, Sep 26, 2019 a

Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-10-03 Thread Claus Ibsen
On Thu, Sep 26, 2019 at 10:16 AM Stig Døssing wrote: > > Thanks, will do. > Did you create a JIRA ? > -Original Message- > From: Claus Ibsen > Sent: 26. september 2019 09:52 > To: users@camel.apache.org > Subject: Re: EndpointHelper.matchEndpoint doesn

RE: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-09-26 Thread Stig Døssing
Thanks, will do. -Original Message- From: Claus Ibsen Sent: 26. september 2019 09:52 To: users@camel.apache.org Subject: Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter Hi Yeah it sounds like a good idea to try to normalize the pattern if it resemble a

Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-09-26 Thread Claus Ibsen
pointUri) and > Javadoc for NotifyBuilder indicates that passing a URI to match is one of the > expected ways to use that method. > > -Original Message- > From: Claus Ibsen > Sent: 26. september 2019 08:50 > To: users@camel.apache.org > Subject: Re: EndpointHelper.ma

RE: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-09-26 Thread Stig Døssing
tifyBuilder indicates that passing a URI to match is one of the expected ways to use that method. -Original Message- From: Claus Ibsen Sent: 26. september 2019 08:50 To: users@camel.apache.org Subject: Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter Hi I

Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-09-25 Thread Claus Ibsen
Hi Its a pattern and not an endpoint uri, eg you can use sjms* to match all jsms components etc. Why do you want to match on the query parameters, why not just say sjms2://queue:my-queue-name* On Thu, Sep 26, 2019 at 7:43 AM Stig Døssing wrote: > > Hi, > > I'm trying to use NotifyBuilder for