Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Making connection to activeMQ in node.js using multicast?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Scott Myle  
View profile  
 More options Nov 14 2012, 10:18 am
From: Scott Myle <motgu...@gmail.com>
Date: Wed, 14 Nov 2012 07:18:53 -0800 (PST)
Local: Wed, Nov 14 2012 10:18 am
Subject: Making connection to activeMQ in node.js using multicast?

My Activemq.xml has Following configuration using discover Agent
*      <transportConnector name="openwire" uri="tcp://localhost:61616"
discoveryUri="multicast://default?group=TestPartition"/>*

 I am using stomp module of node.js. Now i need to make the connection to
my active mq broker. Not getting how to make the connection
 using configured discover agent. Earlier  i was using below
configuarion(no group was mentioned)
 and was able to make the connection successfully

*     <transportConnector name="openwire" uri="tcp://localhost:61616"
discoveryUri="multicast://default"/>*

 Code i was using to make the connection

*var stomp = require("stomp");*
* var  stompClient = new stomp.Stomp("localhost", 8161);*
* var destHeaders = {*
*    destination: '/topic/testTopic',*
*    ack: 'acknowledgeResp'*
*
*
* };*
* client.connect();*
* client.on('connected', function() {*
* client.subscribe(destHeaders);*
*           });*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »