Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
Just a little update, sorry for the consecutive emails. Apparently sometimes we got the logs cited previously. In those cases, the connection and subscription seem to work afterwards. Problem comes that sometimes we got some "correlation problems" 1/26/2010 6:42:39 AM Debug: [Dummy.Framework.Notifi

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
Another piece of information: the exact exception stack is as follow: [Dummy.Framework.Notification.ActiveMQ.Tools.TopicConnection.OnExceptionListener] [5]System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.__Error.EndOfFile() at System.IO.Bina

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
>From the log messages I can see: 1/25/2010 9:49:09 AMDebug: [Dummy.Framework.Notification.ActiveMQ.Tools.ActiveMQTracer.Warn] [6]ActiveMQ.NMS.Warning: Transport failed to tcp://localhost:61616/, attempting to automatically reconnect due to: Unable to read beyond the end of the

stomp+nio+ssl ??

2010-01-25 Thread mastaskillz33
I'd like to run all 3 at once. How can I do this? -- View this message in context: http://old.nabble.com/stomp%2Bnio%2Bssltp27316245p27316245.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

How can I disable Wildcards?

2010-01-25 Thread mastaskillz33
http://activemq.apache.org/wildcards.html -- View this message in context: http://old.nabble.com/How-can-I-disable-Wildcards--tp27315300p27315300.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers using Durable Topics

2010-01-25 Thread honeybun
I've tested a similar configuration with two bi-directional networkConnectors. I think the short answer is a network of brokers behaves just like a single broker without you having to worry about it. -- View this message in context: http://old.nabble.com/Network-of-Brokers-using-Durable-Topics-

Network of Brokers using Durable Topics

2010-01-25 Thread Ragha
Hi, My question relates to network of brokers. I have the a setup with 3 brokers - A, B and C and have configured unidirectional bridges between each pairs i.e A-B,B-A,A->C,C->A,B->C,C->B (I might configure duplex connections, but hopefully it matter for now). I have multiple subscribers/publishe

Re: How to log all incoming and outgoing JMS msgs?

2010-01-25 Thread Joe Fernandez
There is the LoggingBrokerPlugin, which Gary mentioned, and there is also the wire tap pattern that you can implement using Camel. http://camel.apache.org/wire-tap.html Joe http://www.ttmsolutions.com BenXS wrote: > > How can I log all incoming and outgoing JMS msgs into a separate log fil

Re: OOM with high KahaDB index time

2010-01-25 Thread Rob Davies
Great! - thanks for testing this! On 25 Jan 2010, at 14:41, Joe Fernandez wrote: Rob, The trunk (902807) passed my test; no hurling of OOMs. Memory utilization under JConsole looked much better. My producer didn't get kicked off when the store filled, but I think that's because in this

Re: How to log all incoming and outgoing JMS msgs?

2010-01-25 Thread Gary Tully
A good place to start may be the LoggingBrokerPlugin[1] Out of the box it won't do exactly what you want but you could extend it in that direction and if you wish submit a patch with the changes. See an example (the last extension) in: https://issues.apache.org/activemq/browse/AMQ-2168 [1] http:/

How to log all incoming and outgoing JMS msgs?

2010-01-25 Thread BenXS
How can I log all incoming and outgoing JMS msgs into a separate log file? Even better if every JMS msg could be stored into its own *.xml file. How can I achieve this? How can I achieve this for only certain queues (=queues which match e.g. the pattern *test_*20 Ben -- View this message in

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Tammer Salem
will do 2010/1/25 Timothy Bish > On Mon, 2010-01-25 at 15:05 +, Tammer Salem wrote: > > Thanks! I'm able to get a connection now. > > > > Great, glad its working for you. Make sure you report back on any other > issues you find with the NMS Stomp client we want to first release to be > a go

Re: OOM with high KahaDB index time

2010-01-25 Thread Fred Moore
Thanks Joe... no I'm still on 5.3 (cannot go 5.4 SNAPSHOT right now), and wanted to get the best out of the currently available version. I'll give it a try. Cheers, F. On Mon, Jan 25, 2010 at 4:14 PM, Joe Fernandez < joe.fernan...@ttmsolutions.com> wrote: > > Here it is - its the xml that Dan p

Re: OOM with high KahaDB index time

2010-01-25 Thread Joe Fernandez
Here it is - its the xml that Dan posted with some slight mod's. Are you using the latest trunk and not the Jan 20 5.4 SNAPSHOT? http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:sche

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Timothy Bish
On Mon, 2010-01-25 at 15:05 +, Tammer Salem wrote: > Thanks! I'm able to get a connection now. > Great, glad its working for you. Make sure you report back on any other issues you find with the NMS Stomp client we want to first release to be a good one. Regards Tim. > (sorry for the noob

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Tammer Salem
Thanks! I'm able to get a connection now. (sorry for the noob question - it's not that clear in the documentation) 2010/1/25 Timothy Bish > On Mon, 2010-01-25 at 14:32 +, Tammer Salem wrote: > > Yep - I'm pretty sure the broker is running. The only thing I'm not too > sure > > of is the con

Re: OOM with high KahaDB index time

2010-01-25 Thread Fred Moore
Hi Joe, can you post your whole activemq.xml for this "good enough" test on 5.3? ...I'm still missing something and getting OOMs. TIA, F. On Fri, Jan 22, 2010 at 9:07 PM, Joe Fernandez < joe.fernan...@ttmsolutions.com> wrote: > > I ran my 5.3 test with the following > > > >

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Timothy Bish
On Mon, 2010-01-25 at 14:32 +, Tammer Salem wrote: > Yep - I'm pretty sure the broker is running. The only thing I'm not too sure > of is the connector is defined as: > > > > but my URL I'm connecting with is: > > String connecturi = "stomp:tcp://10.243.169.4:61613"; > > I'm still a bit of

Re: OOM with high KahaDB index time

2010-01-25 Thread Joe Fernandez
Rob, The trunk (902807) passed my test; no hurling of OOMs. Memory utilization under JConsole looked much better. My producer didn't get kicked off when the store filled, but I think that's because in this case it was issuing async sends. Joe rajdavies wrote: > > Hi Joe, > > any chance y

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
I've enabled the logging and left the client running during the night. Hopefully I'll be able to come back to you tomorrow with more details. The "funny" thing, is that there is no connection lost, we "only" looses the subscriptions. I'll try to make a sample tomorrow see if i can reproduce the err

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Tammer Salem
Yep - I'm pretty sure the broker is running. The only thing I'm not too sure of is the connector is defined as: but my URL I'm connecting with is: String connecturi = "stomp:tcp://10.243.169.4:61613"; I'm still a bit of a noob with the connection URLs and I'm not sure if this is correct or not

Re: NMS Stomp Transport Connection Error

2010-01-25 Thread Timothy Bish
On Mon, 2010-01-25 at 13:59 +, Tammer Salem wrote: > Hello All, > I'm trying to connect to activemq on my local machine using a .netcf > stomp client on a pocket pc 2005 emulator. I'm sure connectivity is working > fine (I can get to the demo page from the emulator). The problem is when I > try

NMS Stomp Transport Connection Error

2010-01-25 Thread Tammer Salem
Hello All, I'm trying to connect to activemq on my local machine using a .netcf stomp client on a pocket pc 2005 emulator. I'm sure connectivity is working fine (I can get to the demo page from the emulator). The problem is when I try to call: IConnection connection = factory.CreateConnection();

Re: Subscription lost while

2010-01-25 Thread Timothy Bish
On Mon, 2010-01-25 at 12:18 +0800, Sebastian Rodriguez wrote: > Dear all, > I'm encountering a very strange problem. > I have a client that uses an embedded broker to connect to a network of > brokers. > The connection between my client and the embedded broker is done through the > Apache.NMS.Activ

activemq messagebroker and LCDS

2010-01-25 Thread e-cooL
Hi All, i am new in this forum and i need your help. I work some project using adobe flex. My application will subscribe data to the message broker and it will show the result when data come. everything OK when i am using JMS activeMQ included in LCDS but i found the problems when using activeMQ(