Open ruedih opened 1 year ago
Hi @ruedih , thanks for reaching out. We have received your submission and will take it into consideration. We appreciate your input and will review this matter as soon as possible. Please feel free to provide any additional information or context that you think may be helpful. We'll keep you updated on the progress of our review. Thank you for your contribution to improving our project.
Hi @ruedih, have you tried the Service Bus Premium tier?
Hi @saragluna,
yes, the problem also occurs with an Azure Service Bus in the Premium tier. I have tested this with 2 MUs in North Europe using Partition Preview.
However, we are interested in using the partition feature in Standard tier...
Sorry for the late reply, I will check with @vinaysurya and update you later.
Sharing the update from @vinaysurya:
""" Regarding the question on Shared subscriptions, shared subscriptions is only a concept introduced with JMS 2.0 and only our premium tier supports JMS 2.0. So shared subscriptions is not supported on standard on either partitioned or non-partitioned topics. On premium tier, shared subscriptions is supported only for non-partitioned topics. Partitioned Topics using the new partitioned namespaces on Premium tier does not yet support shared subs but supporting that is in our backlog currently. """
Query/Question TL/DR: Does Azure Service Bus support shared subscriptions with partitioning enabled?
I'm currently attempting to use the Azure Service Bus with the Spring Cloud Azure Starter "spring-cloud-azure-starter-servicebus-jms" in the following setup:
According to the official documentation Partitioning & Using JMS API and AMQP, Service Bus Topics are inherently "shared," and I haven't found any specific limitations regarding the use of Shared Subscriptions with partitioned Topics.
However, when I try to connect a simple application Sample Application to a partitioned Topic, I consistently receive the following error message:
My question is whether it is correct that Shared Subscriptions are not supported when a Topic is partitioned, or if this might be indicating a bug.
Setup (please complete the following information if applicable):