Krypto456
Krypto456

Reputation: 49

Send messages from Azure Service Bus queue to new asb queue

I have a message host that executes messages from asb queue. I want to create a new message host (scale up)(.NET core) when it first message host's load is up. In order to do so, I want to send some messages from one queue to another queue and then that (new) ,message host reads it from new asb queue. How is this possible?

Upvotes: 0

Views: 1052

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136196

There are 2 ways by which you can accomplish this:

Upvotes: 1

Related Questions