STOMP and /temp-queue/

2007-07-30 Thread Maximillian Dornseif
I'm trying to implement RPC over ActiveMQ using the STOMP protocol. Probably I'm missing the JMS background to fully understand what is supposed to happen. My client sends a message to '/queue/rpc.test' with the reply-to header set to '/temp-queue/rpc.testreply'. It also subscribes to '/temp-que

Re: Jetty MQ Integration - New user

2007-07-30 Thread James Strachan
Have you tried running the web samples yet? On 7/28/07, Zanderfax <[EMAIL PROTECTED]> wrote: > > I am trying to get messages to show up in a web page using the servlet. > However, I have been unsuccessful. > > What I am trying to do is very simple, I want to get messages off queues on > a broker a

Messages getting "stuck" in network of brokers configuration, Kaha.

2007-07-30 Thread eta
As I posted earlier, I have a two-broker network-of-brokers configuration. Both brokers are configured for Kaha. I just tried a test where I dumped 10K small persistent messages in quick succession onto a queue. The consumers are just reading and throwing away the messages. All clients are usi

Re: Jetty MQ Integration - New user

2007-07-30 Thread Bruce Snyder
On 7/30/07, Zanderfax <[EMAIL PROTECTED]> wrote: > > Thanks for the suggestion, but I am looking to run a set of stand alone > brokers outside, not ones embedded into the vm. Then just change the configuration in the web.xml file to point to a remote broker instead of an in-vm broker. Bruce -- p

Re: Unexpected remote command

2007-07-30 Thread eta
Great, thanks. Now if I could only successfully build from svn again I'd be all set. Eric rajdavies wrote: > > nothing to be worried about - you've just encountered a half finished > implementation of duplex network connections. Hopefully this is fixed > in today's snapshot > > > cheers,

Re: Unexpected remote command

2007-07-30 Thread Rob Davies
nothing to be worried about - you've just encountered a half finished implementation of duplex network connections. Hopefully this is fixed in today's snapshot cheers, Rob 'Go Get Integrated - ride the Camel! - http://activemq.apache.org/ camel/' http://rajdavies.blogspot.com/ On Jul

Unexpected remote command

2007-07-30 Thread eta
I have a two-broker network set up using a build of 5.0 from svn from last week, with consumers on both machines. When I dump messages into queues they are all received by the consumers but the consoles of both brokers are covered with messages resembling this: 2007-07-30 14:27:04,911 [.168.5.24

Command line browse script

2007-07-30 Thread SBenj
Does anyone know if there's a way to run the command line browse scripts using a name and password? Possibly by passing them in as parameters in the URL? I've look in the src for the browse scripts and there appears to be no way to pass in a name/password, so AFAIK there's no way to use these sc

Kaha persistence large queue size problem

2007-07-30 Thread jason959595
Hi, I have a cluster of 2 brokers. Broker 1 have over 200k messages in a single queue. I could not read the messages using a consumer. Scenario 1: consumer connect to Broker 2: no message received. Consumer waits. Broker 1 throws exception. See console log 1. Scenario 2: consumer connect to Broker

Re: Building eclipse project

2007-07-30 Thread Elliotte Harold
> > I've not seen that one before. FWIW this part of the build is trying > to use JAXB2 to code generate some POJOs for working with XMPP. > > I wonder - could it be to do with being in a directory that has spaces > in it? Does moving the activemq directory to a non-space directory > help? Movi

Re: ActiveMQ peer mode and durable subscriptions

2007-07-30 Thread Jan Stette
To add some more details to that: >From experiment, "durable" subscriptions aren't working across two peers in my current setup (two processes, embedded brokers in each, connecting using the "peer" mode). That is, messages are received OK normally, but messages sent while one of the peers is down

durable subscriptions, transactions and persistence.

2007-07-30 Thread Suchitha Koneru \(sukoneru\)
Hello Active mq users, Can we have asynchronous message dispatch for durable topic subscribers ? Iam not sure about this . Our application has an embedded broker, with Topic publishers and durable subscribers. The active mq version is 4.1.1 , Tomcat server 5.5.20 and JD

Re: Building eclipse project

2007-07-30 Thread James Strachan
On 7/30/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: > On Windows with Java 5 when I try to run "maven eclipse:eclipse" it dies > with some XJC schema errors like this: > > [INFO] Building ActiveMQ :: XMPP > [INFO]task-segment: [eclipse:eclipse] > [INFO] >

Building eclipse project

2007-07-30 Thread Elliotte Harold
On Windows with Java 5 when I try to run "maven eclipse:eclipse" it dies with some XJC schema errors like this: [INFO] Building ActiveMQ :: XMPP [INFO]task-segment: [eclipse:eclipse] [INFO] - --- [INFO] Preparing eclipse:e

SVN revision for AMQ-1257

2007-07-30 Thread Sandeep Chayapathi
Hi all, This is a cross posting of this http://www.nabble.com/SVN-revision-for-AMQ-1257-tf4152711s2354.html topic . I have looked at SVN commits, but couldn't find anything committed against this issue, yet the issue is marked as fixed. Do you know if this issue is fixed and if so, what is the

Re: Jetty MQ Integration - New user

2007-07-30 Thread Zanderfax
Thanks for the suggestion, but I am looking to run a set of stand alone brokers outside, not ones embedded into the vm. Zanderfax bsnyder wrote: > > On 7/28/07, Zanderfax <[EMAIL PROTECTED]> wrote: >> >> I am trying to get messages to show up in a web page using the servlet. >> However, I hav

Re: ActiveMQ onMessage() callback not async

2007-07-30 Thread sparky2708
I wonder if this has something to do with ACKs for messages processed? Ladlestein wrote: > > If you look at the javadocs for > http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/MessageListener.html > MessageListener , you'll see that the Session backing your listener won't > call onMessa