Skip to content

Commit

Permalink
fix(selector): Add getter to use listener externally (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
maocq authored Jul 8, 2024
1 parent 0ab533d commit f726147
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
import jakarta.jms.Destination;
import jakarta.jms.Message;
import jakarta.jms.Queue;
import lombok.Getter;
import lombok.extern.log4j.Log4j2;
import reactor.core.publisher.Mono;

import java.time.Duration;

@Getter
@Log4j2
public final class MQRequestReplySelector implements MQRequestReply {
public static final int SECONDS_TIMEOUT = 30;
Expand Down

0 comments on commit f726147

Please sign in to comment.