3
votes
1answer
101 views
ActiveMQ : Use Django Auth with Stomp
I am working on power monitoring and want to send live power data to authorised users only. Some users have opted to install power sensors in their houses, others are viewing those sensors. Each …
0
votes
0answers
110 views
PHP code for orbited comet server and stomp
After long searching of comet server, i choose orbited comet server.
I have to build a real-time chat system in PHP using Orbited Comet Server and Stomp PHP client.
It does not handle hundreds or …
1
vote
1answer
105 views
How to do HTTP Server Push — aka do I NEED STOMP, AMPQ, etc?
I am writing a collection of web services, one of which needs to implement server push.
The client will be native Objective-C. I want this to be as simple, fast, and lightweight as possible. The data …
0
votes
0answers
13 views
Using messaging to do writes as well as reads
Hi,
I come from a web background where I only have to deal with HTTP so please excuse my ignorance.
I have an app which where clients listen for changes in a message queue which uses stomp. …
0
votes
2answers
72 views
Problems using ActiveMQ + activemessaging gem in ruby
Hi all,
I have AMQ + Activemessaging running in a Rails App.
I'm facing a problem with activemessaging not acting on messages when they are received. This is solved once i restart the client. …
2
votes
2answers
317 views
Stomp Broadcast with Rabbitmq and Python
Im trying to move a system from using morbid to rabbitmq, but I cannot seem to get the same broadcast behaviour morbid supplied by default. By broadcast I mean that when a message is added to the …
0
votes
2answers
135 views
Does JBoss Messaging support non-Java clients?
For enterprise integration projects, a non-Java access to message brokers like JJBoss Messaging can be very helpful. For the Apache ActiveMQ and the GlassFish Open Message Queue products there are …
0
votes
1answer
120 views
STOMP and JSON
If I have a STOMP/JSON AJAX app, does that mean that JSON is functioning on top of STOMP?
1
vote
2answers
174 views
How to use Arithmetic conditions and Operators in ActiveMQ/JMS Selectors using the Stomp protocol
I have several message with properties set. Some of these contain numeric data, although I have made no attempt to declare this explicitly to ActiveMQ while sending the messages.
When I try to use …
2
votes
4answers
578 views
Which group messaging technology to use?
I feel a little bit kind of confused — for about 24 hours I have been thinking which group broadcasting technology to use in my project.
Basically, what I need is:
create groups (by some backend …
1
vote
1answer
185 views
STOMP Protocol - Connect frame are login / passcode mandatory?
Hi
I have been using the STOMP protocol in various guises. I have experienced this phenomenon in the PHP, Python and Objective-C libraries for STOMP. The STOMP specification on the STOMP website is …
2
votes
2answers
281 views
Is there a widely used STOMP adapter for Twisted?
I checked out stomper and it didn't look complete. (I'm very new to Python) Is anybody out there using stomper in a production environment?
If not, I guess I'll have to roll out my own Twisted Stomp …
4
votes
4answers
312 views
weird IE 7 javascript problem
I have this javascript code working in firefox, chrome, and safari
for (idx in all_auction_ids){
alert(all_auction_ids[idx]);
};
for the above, instead of getting the values in all_auction_ids, …
1
vote
1answer
155 views
How to configure ActiveMQ to assign an ‘anonymous’ user and role to non-authenticated users
I wish to set up a ActiveMQ instance (primarily as a STOMP server) which will service requests from two types of clients:
authenticated users which can read and write to topics
non-authenticated …
1
vote
2answers
628 views
How to use JMS Message Transformation in ActiveMQ with Stomp/JSON
I am sending messages in JSON format to an ActiveMQ server. I am trying to use JMS Transformation to transform the JSON encoded object into a true Java Object in hopes of being able to use selectors …
