Skip to content

Commit

Permalink
Remove raw attribute from transport pin for sending
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Oct 11, 2023
1 parent a5d94c6 commit 1648acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void start() {

logger.info("Subscribing to transport queue with messages to send");

subscriberMonitor = router.subscribeAll(this, SEND_ATTRIBUTE, QueueAttribute.RAW.getValue());
subscriberMonitor = router.subscribeAll(this, SEND_ATTRIBUTE);
}

public void stop() throws IOException {
Expand Down

0 comments on commit 1648acf

Please sign in to comment.