Havret / dotnet-activemq-artemis-client

.NET Client for Apache ActiveMQ Artemis
https://havret.github.io/dotnet-activemq-artemis-client/
MIT License
64 stars 11 forks source link

Subscriptions and scalability on OpenShift #466

Closed engineering87 closed 1 year ago

engineering87 commented 1 year ago

Greetings, I'm opening this issue to get clarification on the possibility of scaling the same subscription in a containerized environment. The reference environment concerns microservices on OpenShift. Having an anycast Artemis queue we obviously have only one active subscription. However, I would like to understand if there is the possibility of logically scaling this subscription on the pods of the same instance of the consumer microservice and parallelizing the processing.

Environment:

Thank you

Havret commented 1 year ago

Hi,

You should find the answer to your question in this article. Please refer to the Anycast Routing Type section. If any points are unclear, I'm happy to help further.

I hope that helps.

engineering87 commented 1 year ago

Thank you @Havret