Re: ActiveMQ with HTTPS: message string too long

2010-02-10 Thread Rob Davies
Looks like you could have ran into this bug: http://issues.apache.org/activemq/browse/AMQ-1308 - you could try a 5.4-SNAPSHOT - which would have the fix in? On 11 Feb 2010, at 01:23, packetrider wrote: Hi, We're running ActiveMQ 5.3 in the standalone mode, with HTTPS. We get an exception

ActiveMQ with HTTPS: message string too long

2010-02-10 Thread packetrider
Hi, We're running ActiveMQ 5.3 in the standalone mode, with HTTPS. We get an exception indicating that the message is too long: not sure if this is a bug, or there are some restrictions on the message size. Any help is appreciated Here's the log INFO - leMessageListenerContainer - Trying to r

Re: JNDI lookups using CMS

2010-02-10 Thread Timothy Bish
On Wed, 2010-02-10 at 12:40 -0800, Paul DeMello wrote: > Hi, > > Are JNDI lookups possible using CMS? If not, is there any plan to support > this in the future? No, CMS doesn't support any sort of JNDI lookups, and we don't have anything on the roadmap to implement anything like it. You are of

JNDI lookups using CMS

2010-02-10 Thread Paul DeMello
Hi, Are JNDI lookups possible using CMS? If not, is there any plan to support this in the future? Thanks... -- View this message in context: http://old.nabble.com/JNDI-lookups-using-CMS-tp27537718p27537718.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: reply has no consumer

2010-02-10 Thread bhomass
my mistake. The client and server need to be on different jvm to share the shared-context.xml. -- View this message in context: http://old.nabble.com/reply-has-no-consumer-tp27527083p27536558.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

OpenWire vs. STOMP

2010-02-10 Thread praveen.sharma
What are the pros and cons of OPenWire and STOMP? The ones I know are that the former uses binary encoding while the latter utilize text-based encoding. Also, both of them operate on more or less similar underling protocols. I have also gone through all the documentation I could find on STOMP.

Re: java.net.ConnectException: Connection refused: connect, while running performance test on AMQ 5.2/5.3

2010-02-10 Thread H. Willstrand
On Wed, Feb 10, 2010 at 9:58 AM, sapunce wrote: > > Helllo, > > I have 10 connections available to AMQ, is this the default value? > How can I increase the max connections in AMQ? > Have a look at: http://activemq.apache.org/tcp-transport-reference.html //HW > Regards, > Nace > > > > H. Willstr

ActiveMQ - TempTopic/TempQueue makes MQ frozen during high traffic flow

2010-02-10 Thread lucious
Hello, Here is ActiveMQ 5.3.0 with clients connected using openwire and CMS activemqcp-3.0.1. Server is Intel Platform with 8GB RAM : 1) policyEntry for topic=">" and queue=">" set up to memoryLimit=20mb and producerFlowControl="false" 2) memoryUsage limit="256 mb", storageUsage = 10gb, tempUsage

how to define DLQ for topics using Spring?

2010-02-10 Thread yaog
Hi, I changed the activemq.xml file and added: I have a spring file that defines a durable consumer. 1. In the AMQ admin I do not see the DLQ created. I thought it should appear as I deliberately cause an exception to be thrown from my listener. 2. The durable listeners do

Re: java.net.ConnectException: Connection refused: connect, while running performance test on AMQ 5.2/5.3

2010-02-10 Thread sapunce
Helllo, I have 10 connections available to AMQ, is this the default value? How can I increase the max connections in AMQ? Regards, Nace H. Willstrand wrote: > > On Tue, Feb 9, 2010 at 3:43 PM, sapunce wrote: >> >> Hello, >> >> I'm running performance test on top of AMQ. The test is a servl

reply has no consumer

2010-02-10 Thread bhomass
I set up a sample activemq application using http://blog.springsource.com/2006/08/11/message-driven-pojos/ the sequence for initiating a message request, and have the server part process the request all worked, and the processRequest() method is returning a reply. But the client side which list