Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix issue in which a queue in an event-handler is defined as "amqp:..…
Browse files Browse the repository at this point in the history
…." and no events are consumed. (#1746)

Rename StringMapKey for amqp queue from "amqp" to amqp_queue"
Issue: #1745 (comment)

Co-authored-by: Heinrich Cohn <heinrichco@payoneer.com>
  • Loading branch information
heinrichcohn and Heinrich Cohn committed Jun 22, 2020
1 parent 2cc716e commit d3cd3ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected void configure() {
}

@ProvidesIntoMap
@StringMapKey("amqp")
@StringMapKey("amqp_queue")
@Singleton
@Named(EVENT_QUEUE_PROVIDERS_QUALIFIER)
public EventQueueProvider getAMQQueueEventQueueProvider(Configuration config) {
Expand Down

0 comments on commit d3cd3ba

Please sign in to comment.