Testing around BlobMessage

2010-01-26 Thread johncarl81
Hello, I am trying to write some unit tests around an embedded ActiveMQ configured using the suggested testing configuration: ConnectionFactory connectionFactory = new ActiveMQConnectionFactory("vm://localhost?broker.persistent=false"); When I try to use the producer to send a message from a se

Re: Timeframe for 5.3.1 release

2010-01-26 Thread Daroo
bumping the post. Any chance 5.3.1 be released on the beginning of February? Cheers, Daroo -- View this message in context: http://old.nabble.com/Timeframe-for-5.3.1-release-tp26728777p27330182.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Maximum number of connections with HTTP Transport (Jetty)

2010-01-26 Thread jgunz
Is there a limit to the number of connections that can be made to the ActiveMQ Broker over the HTTP (Jetty) transport? I seem to be hitting some default limit of 250 connections. If this is a limit, is there anyway to change it? Thanks, Rob -- View this message in context: http://old.nabble.com

Re: OOM with high KahaDB index time

2010-01-26 Thread Rob Davies
We seem to have a problem with the builds currently. Btw - the fix also increases message throughput On 26 Jan 2010, at 17:58, Daniel Kluesing wrote: Any eta on the 5.4-snapshot? (https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.4-SNAPSHOT/ s

Re: NMS not listening properly to Connection Interrupted and Connection

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 07:50 -0800, Tammer Salem wrote: > Hello All, > I've successfully written a .NET Compact Framework client that can send and > receive messages using the new NMS Stomp packages (Excellent work!) > > I'm now trying to cater for dropped connections. The application will have > t

RE: OOM with high KahaDB index time

2010-01-26 Thread Daniel Kluesing
Any eta on the 5.4-snapshot? (https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.4-SNAPSHOT/ still lists the build date as 1/20) Once it's out, I'll give it a run through. -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Se

MessageTransformer and JMS Stream messages

2010-01-26 Thread davdres
I have been experimenting with using the MessageTransformer Interface to tag messages with security information (user and roles) at the producer. Then the message transformer would validate and extract this information at the consumer allowing the consumer to perform audits and authorization base

NMS not listening properly to Connection Interrupted and Connection

2010-01-26 Thread Tammer Salem
Hello All, I've successfully written a .NET Compact Framework client that can send and receive messages using the new NMS Stomp packages (Excellent work!) I'm now trying to cater for dropped connections. The application will have to receive messages, even if it has to recover from communication f

Re: ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 06:59 -0800, Ivan Pechorin wrote: > By the way, is it the right place for such questions, or is it better to open > JIRA issue? Sure, its fine to ask here. I do encourage our users to open issues as well though, since things can sometimes get lost or missed on the mailing li

Re: ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 07:01 -0800, Ivan Pechorin wrote: > > Its possible it could cause an issue. You are welcome to open a new > > Jira issue and submit a patch to fix the problem. > > Thanks, Tim. > I'll try to fix it. > Just wanted to check if anybody else already done that :) I haven't seen

Re: ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Ivan Pechorin
> Its possible it could cause an issue. You are welcome to open a new > Jira issue and submit a patch to fix the problem. Thanks, Tim. I'll try to fix it. Just wanted to check if anybody else already done that :) -- View this message in context: http://old.nabble.com/ActiveMQ-C%2B%2B%3A-warni

Re: ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Ivan Pechorin
By the way, is it the right place for such questions, or is it better to open JIRA issue? -- View this message in context: http://old.nabble.com/ActiveMQ-C%2B%2B%3A-warning-%22deletion-of-pointer-to-incomplete-type%22-tp27323723p27323921.html Sent from the ActiveMQ - User mailing list archive at

Re: ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 06:46 -0800, Ivan Pechorin wrote: > Hello > > The latest version of ActiveMQ C++ client (3.1.0) gives the following > warning (multiple times) when compiling it with Visual C++ 2008 SP1 on > Win32: > Its possible it could cause an issue. You are welcome to open a new Jira

Re: Installing Activemq-cpp in HP-UX

2010-01-26 Thread Ivan Pechorin
One of possible reasons of crash in __pthread_startup could be "-mt" flag missing in LDFLAGS... I've seen this few months ago on HP-UX 11i v2 (11.23) on IA64 platform with latest version of HP aCC compiler. Not sure if it is applicable to GCC build. -- View this message in context: http://old.na

ActiveMQ C++: warning "deletion of pointer to incomplete type"

2010-01-26 Thread Ivan Pechorin
Hello The latest version of ActiveMQ C++ client (3.1.0) gives the following warning (multiple times) when compiling it with Visual C++ 2008 SP1 on Win32: 1>SimpleLogger.cpp 1>c:\dev_vc9\activemq\activemq-cpp\src\main\decaf/lang/Pointer.h(357) : warning C4150: deletion of pointer to incomplete ty

the reconnect problem on failover way on different platform

2010-01-26 Thread desperadoman
i have suffered a problem for a long time on using activemq. let me describe as follow 1.one broker startup 2.two consumer (one is on linux ,and one is on windows,code are the same),consuming different queue. 3.make the network temporaly unavaliable between broker and consumers ,and the produc

Re: Subscription lost while

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 10:28 +0800, Sebastian Rodriguez wrote: > > What can be the causes to receive the exception Unable to read beyond the > end of the stream? I've seen a jira speaking about it ( > http://issues.apache.org/activemq/browse/AMQNET-196) but i do not receive > this exception in a r

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-01-26 Thread Gary Tully
the memory limit puts a cap on the amount of memory a given destination can consume. If 70% of that limit is reached, message enqueue blocks pending release of some memory. If producerFlowControl is enabled, producers are blocked pending some memory release. The difference between the queue blockin

Re: ActiveMQ Error : java.lang.NoSuchMethodError: ...getDestination()Ljavax/jms/Destination

2010-01-26 Thread syedkrm
Hello Experts, Currently Iam working on Siebel JMS integartion. And I am not sure how to kick start with, if any one of u can let me know what will be the major dependencies to start with and any major factors to look into. Thanks Syed siebelcrmdeveloper wrote: > > I am working on an integrat

Re: stomp+nio+ssl ??

2010-01-26 Thread Dejan Bosanac
Hi, we have this on a list of features we want to implement. I just opened Jira issue to track it: https://issues.apache.org/activemq/browse/AMQ-2583 For now, I'd suggest you use stomp+ssl Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ Activ

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-01-26 Thread Fred Moore
Hi, going back to Cursors and http://activemq.apache.org/how-do-i-configure-activemq-to-hold-100s-of-millions-of-queue-messages-.html ... ...can anyone shed some light on the actual role of memoryLimit in: ...moreover: *when* will producerFlowControl start slowing down consumers? Cheers