You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@baixinsui We will need this logic similar to our HTTP client callback URLs. Please see if the below solution makes sense to you as well.
As part of the request, client sends on which topic the response is expected. This can be same field as the current http request object where we send the URL.
On all consumer sides, we will verify if the queues exist at the boot time. Example, on terraform-boot, we will verify if the request queues exist and later in xpanse, we will check if all response queues exist.
This way we can ensure that the all necessary queues exist.
api
controller add a new package - queueamqp
is provided.Note - The idea is to support any AMQP providers. We can consider rabbitmq as default implementation.
The text was updated successfully, but these errors were encountered: