add solictation consumer
All checks were successful
Build and Publish / build-release (push) Successful in 1m38s
All checks were successful
Build and Publish / build-release (push) Successful in 1m38s
This commit is contained in:
@@ -155,14 +155,29 @@ rawResources:
|
||||
name: rabbitmq
|
||||
namespace: rabbitmq
|
||||
|
||||
exchange-solictation-requested:
|
||||
exchange-solicitation-requested:
|
||||
enabled: true
|
||||
apiVersion: rabbitmq.com/v1beta1
|
||||
kind: Exchange
|
||||
suffix: exchange-solicitation-requested
|
||||
spec:
|
||||
spec:
|
||||
name: policy_service.events.solictation_requested
|
||||
name: policy_service.events.solicitation_requested
|
||||
type: topic
|
||||
durable: true
|
||||
vhost: "application"
|
||||
rabbitmqClusterReference:
|
||||
name: rabbitmq
|
||||
namespace: rabbitmq
|
||||
|
||||
exchange-solicitation-task-completed:
|
||||
enabled: true
|
||||
apiVersion: rabbitmq.com/v1beta1
|
||||
kind: Exchange
|
||||
suffix: exchange-solicitation-task-completed
|
||||
spec:
|
||||
spec:
|
||||
name: workload_service.events.solicitation_task_completed
|
||||
type: topic
|
||||
durable: true
|
||||
vhost: "application"
|
||||
|
||||
Reference in New Issue
Block a user