Skip to content

Commit 4d92ba3

Browse files
author
Artur Z
committed
Fix - not complete init
1 parent f95719e commit 4d92ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/aznamier/keycloak/event/provider/RabbitMqEventListenerProvider.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class RabbitMqEventListenerProvider implements EventListenerProvider {
2727

2828
public RabbitMqEventListenerProvider(Channel channel, KeycloakSession session, RabbitMqConfig cfg) {
2929
this.cfg = cfg;
30+
this.channel = channel;
3031
session.getTransactionManager().enlistAfterCompletion(tx);
3132
}
3233

0 commit comments

Comments
 (0)