Re: [camel] 01/01: azure-servicebus subscriptionName is required by it's consumer

2022-03-28 Thread Babak Vahdat
Thanks for your feedback. I verified it for queue and indeed subscriptionName is not required. It’s only required for topics. I have reverted the commit. Babak > On 28 Mar 2022, at 11:28, Andrea Cosentino wrote: > > Also, If you use a queue and not a topic, the subscriptionName is not >

Re: [camel] 01/01: azure-servicebus subscriptionName is required by it's consumer

2022-03-28 Thread Claus Ibsen
On Mon, Mar 28, 2022 at 11:28 AM Andrea Cosentino wrote: > > Also, If you use a queue and not a topic, the subscriptionName is not > mandatory. > > I think we should revert this. > +1 Also it would be good to have a JIRA ticket about such a change the next time, so we can track this - end users

Re: [camel] 01/01: azure-servicebus subscriptionName is required by it's consumer

2022-03-28 Thread Andrea Cosentino
Also, If you use a queue and not a topic, the subscriptionName is not mandatory. I think we should revert this. Il giorno lun 28 mar 2022 alle ore 08:59 Claus Ibsen ha scritto: > Hi Babak > > Did you consider that the producer may not require this parameter? And > if so then it cannot be

Re: [camel] 01/01: azure-servicebus subscriptionName is required by it's consumer

2022-03-28 Thread Claus Ibsen
Hi Babak Did you consider that the producer may not require this parameter? And if so then it cannot be marked as required. You can only add this in its documentation, and have some code that checks when creating the consumer that the option is present. It's a limitation with @UriParam that we