Skip to content

Commit cf86c0a

Browse files
Removed comment from readme
1 parent 1ece209 commit cf86c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Calling ```initialize``` creates an instance of the bus and connects to the queu
3232
var bus = Bus.initialize(function (config) {
3333
config.queue = "rmessagebus.stomp.pointtopoint.sender";
3434
config.url = "http://localhost:15674/stomp";
35-
config.queueMappings = { // Destination to send messages to.
35+
config.queueMappings = {
3636
"Message1": ["rmessagebus.stomp.pointtopoint.consumer",]
3737
};
3838
config.onConnect = sendMessages;

0 commit comments

Comments
 (0)