stomp
What solution should I use for this webapp with websockets. ActiveMQ?
I\'m currently in the middle of developing a webapplication which needs a websocket connection to receive notifications of events from the server.[详细]
2023-02-10 18:28 分类:问答interested in zeroMQ but client binding options prove limiting
This is related to an earlier question I had asked about what sort of middleware one can use for developing a client/server app.[详细]
2023-01-22 14:53 分类:问答stomp.py based durable client fills up subscribers list in ActiveMQ
I have a problem with a durable client on ActiveMQ. I amusing stomp.py in Python. conn.start() conn.connect(wait=True, header = {\'client-id\': \'myhostname\' })[详细]
2023-01-17 01:07 分类:问答.Net Messaging & STOMP Protocol
I have a doubt regarding .net messaging & its compatibility with other open protocols out there. I would like to know if .net m开发者_运维知识库essaging API capable of working with STOMP protocol?[详细]
2023-01-13 04:56 分类:问答how to use multiple broker? (Stomp, ActiveMQ and activemessaging)
I am using ActiveMQ with stomp and activemessaging. I tried to follow the configuration steps in http://code.google.com/p/activemessaging/wiki/Configuration[详细]
2023-01-12 14:20 分类:问答Is 0MQ a protocol, a layer, or both? Can I use it in conjunction with STOMP?
I\'ve tied myself in knots, being new to both STOMP and 0MQ, but in a nutshell, I want to facilitate client to client communication in the browser with interaction from a PHP MOM or a number of PHP MO[详细]
2023-01-06 23:06 分类:问答Communicating between PHP and Java using ActiveMQ/Stomp
Background I have two services that need to communicate with each other over a message queue. One is a legacy service written in PHP and the other is in Java. Sooner than later, the PHP service will[详细]
2023-01-03 18:53 分类:问答Is Stomp's MessageMap format completely unusable?
I\'m sending MapMessages in Java to ActiveMQ and retrieving them using Stomp in PHP. My message creation code looks like this:[详细]
2023-01-03 05:23 分类:问答Triggering PHP from ActiveMQ
Background: Our current system involves two services (one written in Java, the other in PHP) that communicate with each other using HTTP callbacks. We would like to migrate from HTTP callbacks to a me[详细]
2023-01-01 02:14 分类:问答Is ActiveMQ's failover mechanism supported by C# (openwire) & python (stomp) clients?
I\'d like to use ActiveMQ to connect python service with C# clients. Is there a way to specify failover connection in C# (openwire) and python (Stomp)?[详细]
2022-12-19 18:43 分类:问答