Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fcc430

Browse files
author
Rajeev Kumar Singh
committed
comment RabbitMQ Broker
1 parent f9ff2f0 commit 0fcc430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/main/java/com/example/websocketdemo/config/WebSocketConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ public void configureMessageBroker(MessageBrokerRegistry registry) {
2323

2424

2525
// Use this for enabling a Full featured broker like RabbitMQ
26+
27+
/*
2628
registry.enableStompBrokerRelay("/topic")
2729
.setRelayHost("localhost")
2830
.setRelayPort(61613)
2931
.setClientLogin("guest")
3032
.setClientPasscode("guest");
33+
*/
3134
}
3235
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /