Re: No UNIX/Linux/CygWin source available after version 5.3.0?

2011-04-08 Thread Bruce Snyder
On Fri, Apr 8, 2011 at 2:44 PM, David Thiel wrote: > All, >  I've looked for the UNIX/Linux/CygWin source (.tar.gz) for ActiveMQ, and I > can't find it on the web site after version 5.3.0. > >  When I follow the Download Link for "Source for UNIX/Linux/CygWin" > (activemq-parent--source-release.ta

No UNIX/Linux/CygWin source available after version 5.3.0?

2011-04-08 Thread David Thiel
All, I've looked for the UNIX/Linux/CygWin source (.tar.gz) for ActiveMQ, and I can't find it on the web site after version 5.3.0. When I follow the Download Link for "Source for UNIX/Linux/CygWin" (activemq-parent--source-release.tar.gz), the pages for ActiveMQ versions 5.3.1, 5.3.2, 5.4.0,

how to get Message object

2011-04-08 Thread Moony
I see that queueviewmbean returns a compositedata of the message object when i do a getmessage(id) it converts it using opentypesupport but i would like to get the message object before conversion I know queuebrowser would give me one, but is there another way? -- View this message in context: h

Re: Can I use Active MQ in this Regard?

2011-04-08 Thread nnprasad
Matt gave you a very good answer, Here is another in other angle. Hope you know what a DATABASE is...so I am starting with a queue Queue: Is a virtual "post box" (just like in our post office) maintained in ActiveMQ's JVM, with which you register as a user(Consumer). So the senders will send lett

Re: Is there a limit on message size in activemq cpp

2011-04-08 Thread Timothy Bish
On Fri, 2011-04-08 at 11:20 -0700, manua wrote: > HI, > > I am using activemq cpp and planning to send a message of around 100 MB in > size. > > Is there a maximum limit on the message size. If yes, how can I modify this > limit. > The client is limited by the encoding done for the OpeWire wire

Re: Is there a limit on message size in activemq cpp

2011-04-08 Thread manua
HI, In addition to the previous post, I am sending a byte message and wants to know if there is a limit on max size for byte messages. Thanks, Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-limit-on-message-size-in-activemq-cpp-tp3437123p3437129.html Sen

Is there a limit on message size in activemq cpp

2011-04-08 Thread manua
HI, I am using activemq cpp and planning to send a message of around 100 MB in size. Is there a maximum limit on the message size. If yes, how can I modify this limit. Thanks, Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-limit-on-message-size-in-active

Re: ActiveMq console fails with java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2011-04-08 Thread dcheckoway
FWIW, I've seen this same issue happen several times in the past on 5.4.2 (hasn't happened yet with 5.5.0), but I haven't been able to put my finger on when/why. Just wanted to let you know you're not crazy. The only way I've worked around it is to restart activemq. Dan On Fri, Apr 8, 2011 at 2

Re: Can I use Active MQ in this Regard?

2011-04-08 Thread Matt Pavlovich
Nitro- If you set your messages to be "persistent", you won't lose them across a reboot. A queue is intended to be short term storage, not a permanent data store to be queried often. Queues generally provide one message to one client. Messaging systems, like ActiveMQ, provide queues and to

Re: Can I use Active MQ in this Regard?

2011-04-08 Thread nitro
I think my question was to be: What's the difference between a queue and a database. Can I have auto-incrementing fields in a queue? Will data get lost in a queue once I reboot my box(System)? -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-I-use-Active-MQ-in-this-Regar

ActiveMQ connection stopping after a number of messages

2011-04-08 Thread Oli
Hi all. I am working with camel 2.5.0 and activemq 5.4.2. I my setup, 2 machines are connecting through a peer jms peer connection. I then setup camel routes on each machine to pull messages off a topic and process the message to a local text file. I've set up a test so that both machines

Re: testing WebSocket + STOMP support, getting occasional "No transportListener available..." errors

2011-04-08 Thread Dejan Bosanac
Hi, you should raise a Jira for this and try to create a test case to reproduce the issue. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog

Re: Transferring large files over Apache NMS/ActiveMQ

2011-04-08 Thread Matt Pavlovich
Yeah, that's large ;-). You might consider the pattern where the files are stored (HTTP, WebDav, FTP, NFS, etc), and you create events that contain the location URL of the file that the application on the other end will process. That app then accesses the file accordingly. Matt Pavlovich On

Re: testing WebSocket + STOMP support, getting occasional "No transportListener available..." errors

2011-04-08 Thread stratio
Really, nobody has any idea at all? Would be very useful to understand if it's a js' client problem or a problem of my code. -- View this message in context: http://activemq.2283324.n4.nabble.com/testing-WebSocket-STOMP-support-getting-occasional-No-transportListener-available-errors-tp2359504p

Re: Newbie needs help building JMS Bridge to Weblogic

2011-04-08 Thread thompjs
Found two problems with my xml -- NameSpace issues and the fact the 5.4.2 requires all of the components of be in alpha order (why?). Now having some other issues, but if I can't get by that I'll make specific post on that subject. -- View this message in context: http://activemq.2283324.n4.

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
@Gary, you bet: https://issues.apache.org/jira/browse/AMQ-3276 - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/ConcurrentModificationException-in-embedded-5-5-0-broker-tp3435952p3436324.html Sent from the ActiveMQ - User mailing lis

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread Gary Tully
I think there is a problem with the way the context is referenced in amq when threads are created, it should do nothing in that case really. investigating now. Can you create a jira issue to track this? On 8 April 2011 12:32, dcheckoway wrote: > Hello, > > We just migrated from ActiveMQ 5.4.2 to

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread Geoffrey Arnold
We're having the same issue with SLF4J 1.5.11 (the version distributed with ActiveMQ 5.5.0). On Apr 8, 2011, at 7:35 AM, dcheckoway wrote: > I suppose I should also mention that we're using slf4j 1.6.1. Not sure if > that has anything to do with this, since the stack trace does show it > happ

Re: Transferring large files over Apache NMS/ActiveMQ

2011-04-08 Thread cristianb
1-2GB, something like that. Anyhow, without splitting the file, I cannot transfer more than 100MB. For files > 100MB, I get a socket buffer exception, no matter what parameters I'm tweaking on Apache NMS/ActiveMQ side... Thanks -- View this message in context: http://activemq.2283324.n4.nabble.

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
I suppose I should also mention that we're using slf4j 1.6.1. Not sure if that has anything to do with this, since the stack trace does show it happening in slf4j land... org.slf4j slf4j-api 1.6.1 runtime org.slf4j slf4j-jdk14 1.6.1 r

ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
Hello, We just migrated from ActiveMQ 5.4.2 to ActiveMQ 5.5.0. So far so good, with one exception (pun not intended). In one case where we have an embedded broker, we're seeing this exception get logged on occasion: WARNING; 08-Apr-2011 11:11:41; tid:45931; TransportConnection stopAsync; cannot

Re: Messages stuck in queue

2011-04-08 Thread lernen.2007
I will try following: and then I report the result if the messages stuck further or not. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3435510.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.