Re: Problems with Persistent Messages

2007-03-22 Thread Karthik.Gopalakrishnan
I was not able to configure ActiveMQ4.2 to integrate it with JBoss . I followed the same set of steps to integrate ActiveMQ with JBoss and i get an exception "IllegalStateException : could not find Implementation for 2.0".I faced the same problem with ActiveMQ4.1 also .Is there something missing i

consumers on slave box not getting requests

2007-03-22 Thread ss2
Hi, I have a Spring App (Spring 2.0/ActiveMQ4.1/Jencks2.0). My broker is embedded within the spring app which maintains a pool of consumers which process the requests. I am running the same app on multiple boxes and I'd like to have the consumers from the different boxes process these requests -

how to lookup a topicName dynamically

2007-03-22 Thread new2activemq
Hi, I am trying to write a debug tool where as a user, I do not know the topicNames that exist. Normally, if I knew the topic name, I could just do this: myContext.lookup(jndiName) where jndiName is the topicName Is there a way I can pass in an argument, or a wildcard argument that will look u

Re: Maven2 performance test: how to use the consumer/producer property file

2007-03-22 Thread Yong Liu
Just for the record, after I looked through the source code, I found the argument to use. It is like this: mvn activemq-perf:consumer -DsysTest.propsConfigFile=src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties On 3/19/07, Yong Liu <[EMAIL PROTECTED]> wrote: Hi, I am trying to ru

Re: Out of memory errors

2007-03-22 Thread James Strachan
Try turning off asyncSend. Also this might help when you've done that http://activemq.apache.org/my-producer-blocks.html On 3/22/07, Po Cheung <[EMAIL PROTECTED]> wrote: Here is some more info if that would help. We have four persistent queues A, B, C, and D. - Client 1 sends a message each

Re: Web console in version 4.2

2007-03-22 Thread M. David Minnigerode
That's the one (well the one I built anyway) that's throwing the spring exceptions when i try running ./activemq . I did get things going with the 4.1.1 tag and then did the same with trunk by going directly into the activemq-web-demo and doing the mvn jetty:run Which is plenty good for me right

Re: Using peer transport

2007-03-22 Thread Adrian Co
I think peer transport is just a shorthand for saying embedded broker + multicast networking. If you want finer grain of control in your peer brokers, you could manually set it up with an embedded broker and just create multicast transports and network connectors to it. Hope this helps. [EM

Re: Out of memory errors

2007-03-22 Thread Po Cheung
Here is some more info if that would help. We have four persistent queues A, B, C, and D. - Client 1 sends a message each to queue A, B, and C at an average rate of about 2 per second. - Client 2 receives a message from queue A, processes it, and sends a result message to queue D. - Client 3 rec

Re: Is there a patched version of activemq for spring (AMQ-1016)?

2007-03-22 Thread Adam Lewandowski
Geoffrey De Smet wrote: My xsd is a copy from http://picorg.net/schema/activemq-4.1-working-V4.2.xsd Where in my jar should I drop it? In the META-INF directory? With kind regards, Geoffrey De Smet The spring.schemas file goes in META-INF, the xsd file goes somewhere on the classpath. So if

Ajax Help

2007-03-22 Thread didyeah971
Hi, i am trying to implement my own publisher/suscriber using Ajax, although i am not a web developer. So i put the publisher.html and suscriber.html in the activemq-web-demo/ folder and ran jetty, but o didn't work. Do i have configure jetty and create and "alias" as i would do for Apache Server

Re: Web console in version 4.2

2007-03-22 Thread James Strachan
On 3/22/07, M. David Minnigerode <[EMAIL PROTECTED]> wrote: James, Thanks for the response! After the update I get through the build now. But still get an exception when trying to start the resulting snapshot. My whole goal has been to try out the REST demo. Clearly I've gotten a little ob

Re: Web console in version 4.2

2007-03-22 Thread M. David Minnigerode
James, Thanks for the response! After the update I get through the build now. But still get an exception when trying to start the resulting snapshot. My whole goal has been to try out the REST demo. Clearly I've gotten a little obsessive about it... Will try a 4.1 binary and just make my ow

Re: Web console in version 4.2

2007-03-22 Thread James Strachan
Note that you've all hit a temporary glitch in trunk until Jetty does another release; we'll be switching to the next release of Jetty as soon as it goes out - from 6.1.2rc2 onwards (as we depend on that - earlier versions don't work with trunk unless the web console is disabled in the release'd a

Re: Web console in version 4.2

2007-03-22 Thread M. David Minnigerode
ahh... It was installing the products into ~/.maven so I was assuming that was the repos maven was using... I missed/forgot about .m2. Still... That shouldn't effect anything after a 'successful' build (after setting the jetty version to 6.1.1). The product from that build died when trying t

Re: Web console in version 4.2

2007-03-22 Thread M. David Minnigerode
Sorry to say... I'm giving up. Removed all the local maven repositories. Did a fresh co of trunk. mvn install and got the failed to resolve artifact on jetty 6.1-SNAPSHOT. bummer. dave M. David Minnigerode wrote: > > ahh... It was installing the products into ~/.maven so I was assumi

Messages dont get redelivered till broker restart - expected behaviour?

2007-03-22 Thread ss2
I am using Jencks2.0/ActiveMQ4.1/Spring2.0 and am seeing that messages dont get redelivered till the broker is restarted. Is this is a configuration setting or is that the normal behaviour for ActiveMQ? thanks! -- View this message in context: http://www.nabble.com/Messages-dont-get-redelivered-

Re: Problems with Persistent Messages

2007-03-22 Thread tabshift
Maybe you should check if the messages are really lost by using the program "browse". You find it in the bin-directory. Since 4.2-Snapshot browse is implemented in activemq-admin. I suggest that your messages are still there but Hermes gives you some strange information. Karthik.Gopalakrishnan

ha connect fails

2007-03-22 Thread tabshift
Hi, using apache-activemq-4.2-20070320.165248-33 the following error occurs in the slave when we put messages in the master and run activemq-admin browse --amqurl tcp://localhost:61616 [EMAIL PROTECTED]@xyz. How can we fix this problem ? Tia. Chris ERROR Service- Asy

Re: Is there a patched version of activemq for spring (AMQ-1016)?

2007-03-22 Thread Geoffrey De Smet
My xsd is a copy from http://picorg.net/schema/activemq-4.1-working-V4.2.xsd Where in my jar should I drop it? In the META-INF directory? With kind regards, Geoffrey De Smet Adam Lewandowski schreef: Geoffrey De Smet wrote: AMQ-1016 is blocking our spring-based application. So far we've used

Re: Is there a patched version of activemq for spring (AMQ-1016)?

2007-03-22 Thread Adam Lewandowski
Geoffrey De Smet wrote: AMQ-1016 is blocking our spring-based application. So far we've used this stopgap in development: xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://activemq.org/config/1.0 http://mydomain

Re: Web console in version 4.2

2007-03-22 Thread Daryl Richter
On 3/21/07 8:10 PM, "M. David Minnigerode" <[EMAIL PROTECTED]> wrote: > > Hum... Tried various versions of jetty. Event updated to previous revisions. > Can get the build to work. But get spring exceptions as in the other > subthread. > > Has anyone done a clean checkout from trunk and done a b

Re: Web console in version 4.2

2007-03-22 Thread Daryl Richter
On 3/21/07 8:10 PM, "M. David Minnigerode" <[EMAIL PROTECTED]> wrote: > > Hum... Tried various versions of jetty. Event updated to previous revisions. > Can get the build to work. But get spring exceptions as in the other > subthread. > > Has anyone done a clean checkout from trunk and done a b

Re: Using peer transport

2007-03-22 Thread uma_rk
I would quite appreciate any suggestions on using the peer transport. Is it the right transport to bridge two embedded brokers running on distinct servers? Also, is it possible for me to programmatically alter the peer broker's address? Regards /U -- Original message

Stomp problems in apache-activemq-4.1-20070320.072657-13.tar.gz

2007-03-22 Thread tommy.li
My server running apache-activemq-4.1-20070320.072657-13.tar.gz and activemq-cpp-1.1. C++ client received messages normally,but after i using ctrl-c to kill it and restarted it. Then C++ client losted one message. The same problems didn't appear in apache-activemq-4.2-20070320.165248-33.tar.gz. -

reconnection in a network of brokers

2007-03-22 Thread tommy.li
Here's my problem: There are 3 servers (IP=192.168.0.219, 192.168.0.135 and 192.168.0.137). Servers 1 sends messages to server 3 through server 2. I used apache-activemq-4.1-20070320.072657-13.tar.gz for my first tests. 1. *_activemq.xml file for server 1 was :_* .

Re: Out Of Order Message Processing

2007-03-22 Thread osian
I have noticed that for 2 of the sets of messages, the JMSXGroupID was generated slightly differently, because they didn't have as much information as the other messages, I am amending this, and running the test again. But, with this in mind, these messages with the smaller group ID were processe

Re: ActiveMQ/Kaha restart failed

2007-03-22 Thread Rob Davies
Hi Po - afraid not 4.2 (to be renamed 5.0) - is jdk1 .5 only at the moment On 21 Mar 2007, at 22:22, Po Cheung wrote: Thanks for the quick response. When we switch the broker from 4.1 to 4.2, can the ActiveMQ client (compiled using JDK 1.4) continue to use 4.1 jars to talk to a 4.2 broke

Printing from MessageListener.onMessage()

2007-03-22 Thread darius.schier
Hi there! I'd like to print from an ActiveMQ-Session Task Thread. Some Jms-Message forces the print. When I would like to call 'PrinterJob.getPrinterJob()' within my MessageListener.onMessage(), the call hangs and never returns. Calling the method from the main thread seems to be no problem. Doe

Out Of Order Message Processing

2007-03-22 Thread osian
Hi All, I was conducting a test by firstly pre-loading a single queue with 6250 messages, which consisted of 10 Message Groups, i.e. 10 JMSXGroupID's, but I found that the messages within the groups were being processed out of order, e.g. message 3 before message 1 within the group. Note, th