I want to implement messaging over internet. But didn\'t have IP Public yet. So I want to ask any one here about sending message to ActiveMQ using JMS over internet?
I need the ability to purge a queue pro开发者_C百科gramatically using Apache.NMS (C#). I\'ve been looking through the NMS API, but see no such capability. Does it exist?There isn\'t a direct way to fl
I have created a java applet which acts like a whiteboard and transmits realtime coordinates using jms connected to activemq broker using Websphere application Server.
I\'m currently in the middle of developing a webapplication which needs a websocket connection to receive notifications of events from the server.
I\'m using ActiveMQ in Java to log incoming analytics beacons. Ideally if the queue goes down or gets locked up I\'d like to fail as fast as possible, log the beacon locally then return to the client
How to configure cluster of Consumers in ActiveMQ? I created a simple embedded ActiveMQ applica开发者_开发技巧tion with two consumers of one Queue, consumers are working in separate threads. But when
I want to write a Java SE client application that talks to a Java server. Imagine something akin to an online game where there is a lot of traffic and potentially multiple clients connected to the sam
Maybe it is not the usual way to do things but we are trying to deploy an application (EAR) inside a WAS 6.1 cluster with 2 nodes.
I am producing a message passing system and considering using ActiveMQ with XMPP as the transport. I have used plain XMPP with OpenFire server for similar messaging based communication between distrib
I\'ve set up ActiveMQ and I can create/connect to a topic using \"dynamicTopics/MyTopic\". This works great: