Search Results

1
vote

Write a Servlet that Talks to JMS (ActiveMQ) and OnMessage Update the Site

Have you tried reading the answers for this question which links to the …
6
votes

Multicasting, Messaging, ActiveMQ vs. MSMQ?

I'm kinda biased as I work on ActiveMQ but pretty much all of benefits listed for MSMQ above also apply to ActiveMQ really. Some mor …
0
votes

What to use for Messaging with C#

Its worth mentioning that the ActiveMQ open source project defines a C# API for mes …
1
vote

How do I use transactions with Stomp and ActiveMQ (and Perl)?

BTW the best place to ask Perl/ActiveMQ/Stomp questions is the ActiveMQ user forum as lots of Perl-Stomp folks hang ou …
2
votes

Any issues with ActiveMQ broker and clients running on different JDKs?

ActiveMQ 5.x works on Java 1.5 or later - any JVM 1.5 or later should work fine as ActiveMQ uses its own marshalling layer and does not rely on serialisation etc. If you want to work with …
0
votes

Problem consuming ActiveMQ messages from Flex client

Thanks for the great link Christophe! There's another example on the ActiveMQ BlazeDS page but I've added your link too :) …
1
vote

ActiveMQ over SSL to a .Net client

If it is possible then Spring.Messaging.Nms is the way, yes. I'm just not sure if the ActiveMQ C# code supports SSL yet or not (the broker certainly does). You might want to ask on the …
1
vote

How can I observe what’s happening under the hood of ActiveMQ?

Agreed. Also you can add the logging interceptor which helps. Finally for browsing messages, moving them, cr …
1
vote

My C++ ActiveMQ client can send messages, but not receive messages

I'd recommend posting this to the user forum to get the ActiveMQ C++ developers to help. Maybe even …
2
votes

javax.jms does not exist - compiling activemq examples

In the lib directory are the jars you'll need to compile things. The JMS API is inside lib/geronimo-jms-1.1.jar. How are you trying to build them BTW? You using the Ant build that …
1
vote

Simple Routing of TCP Endpoints in activemq whats wrong??

I'm a bit confused by your configuration file. What exactly are you trying to do? You've defined 2 endpoints for using MINA (which won't use ActiveMQ at all); then you are using a route fr …
0
votes

ActiveMQ setup of tcp socket using mina

Do you have camel-mina.jar and the mina jars on the classpath? Based on the …
1
vote

Using ActiveMQ 5, is it possible to configure the broker with in memory and network connections?

The inVM connections only work if the applications are within the same JVM. If they are on the same box but in different processes, then TCP is the best bet. Most operating systems will us …
2
votes

Using Stomp and Apache ActiveMQ as reliable syslog

That all sounds fine to me …
1
vote

ActiveMQ web console doesn’t work with embedded broker

If you are using Java code and not using Spring then just create your own servlet container yourself and register the admin WAR inside it. This …

1 2 next
15 30 50 per page