stomp
How to build ActiveMQ-CPP Stomp only client
Is it possible to build an ActiveMQ-CPP Client to support only STOMP Protocol? Regular native library with dependencies is too big for my embedded device 开发者_如何学运维and I want to build a client[详细]
2023-04-12 17:41 分类:问答how to use Net::Stomp and transactions with receive_frame
I\'m in the process of adapting some existing code using Net::Stomp from being able to handle a single topic to being able to work on multiple topics.Can anyone tell me if this approach is even possib[详细]
2023-04-07 11:42 分类:问答synchronous messaging with STOMP over HornetQ
I am trying to figure out how to do syncronous messaging using stomp with hornetq, or if its even possible.I have an async stomp client working, but I can\'t see how I would implement a sync version.[详细]
2023-04-06 22:15 分类:问答Have any guide to implement ActiveMQ with Cocoa Application?
I\'ve found ActiveMQ that use for message broker and that\'s good for cross-platform Have any guide to implement Ac开发者_Go百科tiveMQ Consumers (Client) in Cocoa Application ?You could use ActiveMQ-[详细]
2023-03-22 03:02 分类:问答activemq how to configure to work with stomp in python
I have activemq installed and running locally, but whe开发者_如何转开发n I run the following script, I get an error:[详细]
2023-03-10 03:30 分类:问答No handlers could be found for logger "stomp.py"
I\'m trying to get Orbited running as per instructions on http://mischneider.net/?p=125 Here\'s a copy of the error:[详细]
2023-03-09 02:29 分类:问答django + orbited/stomp
I\'m using django server together with orbited/stomp server to write something like chat. Assume that some users are connected to orbited. When one of them disconnects from orbited, how can I notify t[详细]
2023-02-18 01:35 分类:问答ActiveMessaging without Rails -- JMS Property Name Issues
I\'ve been trying to figure out how to send JMS messages from Ruby. I\'ve setup StompConnect to interface between JMS and Ruby, using Stomp on the Ruby side.[详细]
2023-02-17 23:35 分类:问答ActiveMQ/Stomp debug when a message disables a consumer
I am scratching my head trying to debug a PHP transaction that seems to error out one of my consumers. I can detect if my consumer is running by GREPping the process list, before I insert a new messag[详细]
2023-02-16 19:23 分类:问答STOMP Protocol - Session ID Questions
From the STOMP 1.0 protocol description (http://stomp.github.com/stomp-specification-1.0.html) (emphasis mine):[详细]
2023-02-14 15:30 分类:问答