issues Search Results · repo:jjeffery/stomp language:Go
Filter by
12 results
(66 ms)12 results
injjeffery/stomp (press backspace or delete to remove)When I use conn, err := stomp.Dial( tcp , localhost:61616 ) I get EOF. Am I doing something wrong?
jesaavedrav
- Opened on Dec 16, 2022
- #16
I looked up the documentation for a long time and did not see an example of a related Send message to publish/subscribe
pattern, the Send method is sent to Queues by default。 Can you reply to me as soon ...
sujunbo
- Opened on Aug 28, 2019
- #14
According to the Stomp 1.1 spec headers should be encoded to escape carriage returns, line feeds and colons. (see:
https://stomp.github.io/stomp-specification-1.1.html#Value_Encoding) This is a change ...
ghost
- 1
- Opened on Mar 28, 2017
- #13
From looking at the code, it looks as if the subscription readloop goroutine would block if the buffer fills up and then
the client unsubscribes, leaving the channel and associated goroutine resources ...
flowchartsman
- 1
- Opened on Apr 24, 2015
- #12
I use default heartbeat setting, but the connection closed every 4 minutes.
guotie
- 3
- Opened on Mar 26, 2015
- #11
It would be great if this would support SSL connections. Right now we re using stomp+ssl on port 61613 so we can t use
straight tcp connections.
dorseydick
- 8
- Opened on May 19, 2014
- #10
The suppression of the content-length header is used by ActiveMQ to differentiate binary and text messages [1], and
should be supported.
[1] http://activemq.apache.org/stomp.html
fribeiro1
- Opened on Mar 21, 2014
- #9
Following on from issue #3, where it was suggested to put the header in a map rather than an array. Although a map
implementation was considered originally, it was decided to use an array in order to (a) ...
jjeffery
- Opened on Jan 15, 2014
- #6
First, thanks for this nifty library for Go.
I m using it to connect to RabbitMQ instead of using AMQP. I m trying to connect to an existing queue with a max length
(x-max-length argument) of 50. However, ...
mholt
- 7
- Opened on Jan 7, 2014
- #5
You could use a map[string]bool as a mock set to check the validity of a command rather than the current switch block.
You could pass the command list in a slice to the Reader constructor (nicer API), ...
pygy
- 1
- Opened on Sep 7, 2013
- #4

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.
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.