Mossharbor / AzureWorkArounds.ServiceBus

Implmentations of Missing Dotnet Core Azure Service Bus functionality around Queues/Topics/Subsccriptions/Event Hubs
MIT License
6 stars 4 forks source link

Add support for forwarding subscription to queue #5

Closed daanl closed 6 years ago

daanl commented 6 years ago

Hi,

Would be nice if you can accept this change, the change allows to add ForwardTo which is used by libraries like Masstransit

Mossharbor commented 6 years ago

Cool thanks for the addition I will take a look at this over the weekend.

daanl commented 6 years ago

Nice thanks!

daanl commented 6 years ago

@Mossharbor You can't create a ForwardTo if:

If you specify on or other wrong you get and error server side and can't create the subscription

Mossharbor commented 6 years ago

Thanks for the changes!! They should be in the *.13 package published now.