Re: Spring JMS : can't receive message ?

2009-09-21 Thread Rafal Rusin
Do you have broker running at tcp://localhost:61616? I don't see an entry for it in your spring config. If not, consider adding something like this: amq:broker id=brokerLocal brokerName=localBroker amq:persistenceAdapter amq:amqPersistenceAdapter

ActiveMQ 5.3 release and activemq-protobuf

2009-09-21 Thread ffrenchm
Hello, I noticed that the ActiveMQ 5.3 release is done. So I checkouted the 5.3 tag and tried to compil it. The problem is that maven doesn't find the activemq-protobuf-1.0.pom file in https://repository.apache.org/content/repositories/snapshots/ which is normal since there is only

Re: ActiveMQ 5.3 release and activemq-protobuf

2009-09-21 Thread Dejan Bosanac
Hi, ActiveMQ 5.3 release is not yet done, it's in the process (the existence of svn tag is part of the release process) The protobuf is part of the release, so it will be release before or at the same time as ActiveMQ 5.3.0. You can find protobuf 1.0 release candidate in this svn url

Re: Spring JMS : can't receive message ?

2009-09-21 Thread czy11421
Hi, Rafal, Thanks for your reply. The bug is in the spring bean configuration file. bean id=defaultDestination class=org.apache.activemq.command.ActiveMQQueue should be bean id=defaultDestination class=org.apache.activemq.command.ActiveMQTopic Sorry for this low-level mistakes. Regards.

way to speed up the message publishing ?

2009-09-21 Thread czy11421
Do we have a way to speed up the message publishing ? For testing the workload, I want the Market Data Publisher Demo will publish message in every 100ms, how to do it ? Thanks.

Re: what is best practices to implement Multithread + JMS ?

2009-09-21 Thread czy11421
Bruce Snyder wrote: On Fri, Sep 18, 2009 at 8:42 PM, Robert Nicholson robert.nichol...@gmail.com wrote: Also, Is there a simple example of a JMS consumer that's using DMLC with ActiveMQ available? I'm attaching a zip file that contains some very basic examples of using the

Failed to unregister mbean

2009-09-21 Thread jfaerman
Hello, I am having Failed to unregister mbean, similar to http://markmail.org/message/kine3o4v5tv6uxpz#query:activemq%20%22Failed%20to%20register%20MBean%22%20blockingQueue+page:1+mid:nmovobobgz6yq5ck+state:results THIS LINK I am trying to use Failover HTTP ( failover:http://myServer:80 )

Re: Failed to unregister mbean

2009-09-21 Thread jfaerman
This is the message that keeps popping: WARN ManagedTransportConnection - Failed to register MBean: org.apache.activemq:BrokerName=localBroker,Type=Connection,ConnectorName=http,ViewType=address,Name=blockingQueue jfaerman wrote: Hello, I am having Failed to unregister mbean,

Re: way to speed up the message publishing ?

2009-09-21 Thread Bruce Snyder
On Mon, Sep 21, 2009 at 2:12 PM, czy11421 czy11...@gmail.com wrote: Do we have a way to speed up the message publishing ? For testing the workload,  I want the Market Data Publisher Demo will publish message in every 100ms, how to do it ? Using async sends usually speeds things up:

Re: way to speed up the message publishing ?

2009-09-21 Thread czy11421
Bruce Snyder wrote: On Mon, Sep 21, 2009 at 2:12 PM, czy11421 czy11...@gmail.com wrote: Do we have a way to speed up the message publishing ? For testing the workload, I want the Market Data Publisher Demo will publish message in every 100ms, how to do it ? Using async sends usually