Stomp temp-topic

2007-08-08 Thread igor_b
Hello, I'm using Stomp to provide message service between Java and PHP. I'm setting message header filed (JMSReplyTo) with temp-topic value in Java, and than on PHP side i'm using this value to send a reply to. Problem is that when i'm using AciteMQ temp-topic name ( e.g.

Transfer binary file from one ActiveMQ to Another?

2007-08-08 Thread Viali.Lee
Preliminary: 1. There is a large binary file (test.zip,100M) in machine A (10.0.0.3), and an ActiveMQ AA is running. 2. There are another 2 machines B (10.0.0.4) and C (10.0.0.5) . 3. ActiveMQ BB is running on B, and ActiveMQ CC is running on C. What I want to do is following: 1. send file

Problem with ETL example

2007-08-08 Thread jameszhang
I have post the problem here. http://cwiki.apache.org/confluence/display/CAMEL/ETL+Example http://cwiki.apache.org/confluence/display/CAMEL/ETL+Example Maybe we should delete that comment.thank you. When I run the example,the result is failed. [EMAIL PROTECTED] ScheduledPollConsumer

Message Broker concepts

2007-08-08 Thread Ersin Er
Hello, I am considering ActiveMQ as a possible Replication System backbone for Apache Directory Server. However I do not know much about messaging basics. Can you please suggest a few resources about messaging (or message brokers) so that I can understand whether we can benefit from ActiveMQ on

Problem using ActiveMQ

2007-08-08 Thread denez
Hi all, i just try to user ActiveMQ under Tomcat 5.5 I follow instruction in the link below : http://activemq.apache.org/setting-up-activemq-with-tomcat-559.html http://activemq.apache.org/setting-up-activemq-with-tomcat-559.html but without any success for the moment i hope. When i debug i've

Re: web console in 4.1.1

2007-08-08 Thread Mario Siegenthaler
Hm, that's supposed to work, although I would create a webconsole-custom.xml instead of changing the webconsole-properties.xml, but that's minor. We're running a configuration that's almost the same as yours and its running just fine. Can you provide some more details about how you start it? Do

Re: Problem using ActiveMQ

2007-08-08 Thread Mario Siegenthaler
I think you're supposed to call connection.start() as soon as you're application thinks it fitting, connections don't come started (and I'd hate it if they did). By documentation you can create session on stopped connections you just won't receive any messages (not even sure if you could send some

Can ActiveMQ 4 client read from an ActiveMQ 5 server?

2007-08-08 Thread Elliotte Harold
I have some code that worked fairly well with the release version of ActiveMQ 4.1 using OpenWire. One of my colleagues upgraded the server to the latest snapshot of ActiveMQ 5, and suddenly while I could still write to the queues on that server I could no longer read from them. (by the way, the

Re: Can ActiveMQ 4 client read from an ActiveMQ 5 server?

2007-08-08 Thread Timothy Bish
This seems to be a reoccurring theme. I've seen the same issue with the C++ client and so far can't find anything wrong on the client end. Also there was a posting the other day from someone trying to use the .Net client with a 5.0 broker and seeing the same behavior. I'm still tinkering with

Re: Can ActiveMQ 4 client read from an ActiveMQ 5 server?

2007-08-08 Thread Elliotte Harold
On 8/8/07, Timothy Bish [EMAIL PROTECTED] wrote: If you find that the 5.0 client works and a 4.0 doesn't then I think we have an issue and you should create a new Jira issue for this. I have now indeed verified that. Simply replacing the 4.1 jar in my client with the 5.0 snapshot jar from

Re: web console in 4.1.1

2007-08-08 Thread keneida
I use regular tomcat 5.5 I take the war i created when mvn'ing the project and use the tomcat's web manager to deploy new war. I found that at the end of stack trace it complains that can not get permisions to read, write some properties. Have to check it in 10h now i do not have acces to that