issues Search Results · repo:benjaminws/stomp-js language:JavaScript
Filter by
31 results
(71 ms)31 results
inbenjaminws/stomp-js (press backspace or delete to remove)Stomp consumer doesn t support wildcards
var stomp_args = {
host: localhost ,
port: 61613,
debug: false
}
var headers = {
destination: /queue/PRICE.STOCK. ,
ack: client-individual ...
mseld
- Opened on Jun 2, 2018
- #50
Is there way to grantee that message send by returning callback
var client = new stomp.Stomp(stomp_args);
client.send(headers, true);
something like that
// callback
client.send(headers, true, function(err,reply) ...
mseld
- Opened on Nov 21, 2017
- #49
client.js:121 Uncaught TypeError: net.createConnection is not a function at StompClient.connect (client.js:121) at new
RequieComponent (requireComponent.js:52) at eval (ReactCompositeComponent.js:294) ...
codepandy
- Opened on Aug 31, 2017
- #48
the below is the error code:
stomp.js:25 Uncaught Error: Cannot find module tls
at webpackMissingModule (stomp.js:25)
at eval (stomp.js:25)
at Object. anonymous (bundle.js:2614)
at ...
codepandy
- Opened on Aug 30, 2017
- #47
The on( data ) handler has apparent spec violation and subsequent fix that introduces a regression.
The body is then followed by the NULL octet. The examples in this document will use ^@, control-@ in ...
teknopaul
- Opened on Apr 15, 2017
- #46
Hi I am trying to connect to a TIBCO queue. I am using the below code as suggested by the documentation. But i am
getting a error as shown below.Please let me know what is the problem with my code.
error: ...
samrat-roy
- Opened on Jun 3, 2016
- #44
D:\snalla\nodejsexp\mqExp\node_modules\stomp\lib\stomp.js:54 headers[header[0].trim()] = header[1].trim() ^ TypeError:
Cannot read property trim of undefined at parse_headers (D:\snalla\nodejsexp\mqExp\node_modules\stomp\lib\stomp.js: ...
srinivas1918
- 2
- Opened on Sep 8, 2015
- #42
When install the package using npm and loading it with webpack here is what I have:
Module not found: Error: Cannot resolve module net in /Users/gottfrois/Code/TextMaster.com/node_modules/stomp/lib ...
gottfrois
- 6
- Opened on May 27, 2015
- #41
I ve noticed that ie8 fails when it tries to send a message. When the function sizeOfUTF8 is called ie8 dies on the
encodeURI(s).split(/%..|./).length-1
When split is called it returns nothing.
salaciataurus
- Opened on Mar 12, 2014
- #36

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.