Skip to content

Commit

Permalink
Fix - not complete init
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Z committed Nov 9, 2022
1 parent f95719e commit 4d92ba3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class RabbitMqEventListenerProvider implements EventListenerProvider {

public RabbitMqEventListenerProvider(Channel channel, KeycloakSession session, RabbitMqConfig cfg) {
this.cfg = cfg;
this.channel = channel;
session.getTransactionManager().enlistAfterCompletion(tx);
}

Expand Down

0 comments on commit 4d92ba3

Please sign in to comment.