Skip to content

Commit

Permalink
fix workflow stable component cert - bindings.rabbitmq (#3454)
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee authored Jun 21, 2024
1 parent 499f66f commit 8414210
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: exclusive-binding
spec:
type: bindings.rabbitmq
version: v1
metadata:
- name: queueName
value: exclusiveQueue
- name: host
value: "amqp://test:test@localhost:5672"
- name: prefetchCount
value: 0
- name: exclusive
value: true
- name: contentType
value: "text/plain"
ignoreErrors: true

0 comments on commit 8414210

Please sign in to comment.