Re: JNDI and ActiveMQ

2011-04-07 Thread Eugene
Thx Joe - really helpful. Cheers, Eugene. -- View this message in context: http://activemq.2283324.n4.nabble.com/JNDI-and-ActiveMQ-tp3431031p3435404.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Connection Re-balance Question

2011-04-07 Thread bodhayanc
Hi Joe, I am having the same problem with AMQ 5.4.2. When an existing broker dies, the existing connections are reconnected to other brokers in the cluster. But when the broker comes up, I see messages are being published to that broker but not consumed anymore. Have you got any fix for this? Pl

Error occured while processing async command

2011-04-07 Thread nnprasad
Can Some One please Explain the reason for this... in activemq.log 2011-04-07 15:53:48,414 | DEBUG | Error occured while processing async command: MessageAck {commandId = 2418, responseRequired = false, ackType = 2, consumerId = ID:dwdappq07pw-28560-1302110883972-0:5:2:1, firstMessageId = null, l

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread Matt Pavlovich
Exactly. On Apr 7, 2011, at 1:24 PM, nnprasad wrote: > He Meant that the "sending message" process is very quick and it is a > asynchronous call. > > as it is very quick, once after user clicks on send button / submit > button...the control will return to the user form with in no time, and the >

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread nnprasad
He Meant that the "sending message" process is very quick and it is a asynchronous call. as it is very quick, once after user clicks on send button / submit button...the control will return to the user form with in no time, and the user will be ready to send other request/message. -Nag. -- View

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread nitro
Thanks Matt for your prompt response. I forgot to mention that I will be using Perl to achieve this as opposed to Java. I have read the perl implementation using stomp, so nothing to worry about regarding language of choice. I would like to know what you mean by this: UserForm -> AMQ [Web page r

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread Matt Pavlovich
Hi Nitro- ActiveMQ definitely would be a great solution for you! Its very common for folks to use ActiveMQ to create a clean asynchronous process between e-bonders. For bonus, you could consider using Camel to cut down on the necessary Java coding that would be required. Something like: Us

Can I use Active MQ in this Regard?

2011-04-07 Thread nitro
Hi, I am building a Bulk SMS solution and I require a Messaging Queuing system in my flow prior to sending to the MNO (Mobile Network Operator). The flow looks like the following: Request Flow UserForm ---> MYSQL > Active MQ --> MNO Response Flow MNO ---> Active MQ > Update MYSQL

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
But in the link http://activemq.apache.org/what-is-the-prefetch-limit-for.html it is stated that "When using Spring JMS and MessageDrivenPojo, you cannot use a prefetch of 0, so use 1 instead." and we are using 1 for prefetch. -Nag. -- View this message in context: http://activemq.2283324

Re: Messages stuck in queue

2011-04-07 Thread lernen.2007
The messages stuck not only if a active consumer get the messages. We have the same effect by a active network connector too. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3433825.html Sent from the ActiveMQ - User mailing list archive a

Re: Messages stuck in queue

2011-04-07 Thread Gary Tully
one other thought is to use a prefetch=0 such that any cached consumers are out of the mix. On 7 April 2011 15:53, lernen.2007 wrote: > The problem should be resolve as soon as possible. Otherwiese we must look > after an another messaging system. > > -- > View this message in context: > http://

Re: Transferring large files over Apache NMS/ActiveMQ

2011-04-07 Thread Matt Pavlovich
How "big" is big? 1Mb, 100Mb, 10Gb? On Apr 7, 2011, at 1:05 AM, cristianb wrote: > Hi, > > What is considered a 'great' approach for doing this? IStreamMessage is of > no great use, BlobMessage is not supported... I thought there's support for > something better than sending the file in chunk

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
Hi Gary, I am trying my level best to give you right inputs. Please go through the below link where at the last I provided a scenario http://activemq.2283324.n4.nabble.com/Message-stuck-on-queue-td3338786.html#a3341660 when that scenario was happening I captured the log and he

Re: Messages stuck in queue

2011-04-07 Thread lernen.2007
The problem should be resolve as soon as possible. Otherwiese we must look after an another messaging system. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3433651.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages stuck in queue

2011-04-07 Thread lernen.2007
I see only that the application try following: 011-04-07 15:14:14,780 | DEBUG | Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EXPIRATION<>0 AND EXPIRATION web console shows that but if we want to see in queue then there was no messages but in database we had all 57 messages. 2.We restart activ

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
No Guys, till yesterday, we have been facing the same problem with 5.2.0 version and upgraded to 5.4.2. After reading your posts, I am really afraid how we can survive in production, Please look into this issue links i created. http://activemq.2283324.n4.nabble.com/Message-stuck-on-queue-td3338

Re: Messages stuck in queue

2011-04-07 Thread Gary Tully
is there any correlation between the memory limit and the message getting stuck. Can you remove the limit and see if you can reproduce or increase the limit. Also, if you enable trace level logging and can reproduce there may be some interesting information in the log. If so, please share. If you

Re: Messages stuck in queue

2011-04-07 Thread lernen.2007
The same problem we have with the latest activemq version 5.0.0 too. Have you any idea how we can resolve this problem? -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3433435.html Sent from the ActiveMQ - User mailing list archive at Nabbl

Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-07 Thread Dejan Bosanac
It should work now on trunk again. 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 - http://www.nighttale.net Connect at CamelOne

Re: EOFException when accessing message's properties

2011-04-07 Thread Martin C.
Hi, I investigated the issue further. In the corresponding message, the "marshalledProperties" seems to be corrupt. The length header indicates 4 properties being present, but only two marshalled properties are in the "marshalledProperties" array. This is the reason for the EOFException during pa

Re: JNDI and ActiveMQ

2011-04-07 Thread joe_fernandez
Yep, the JNDI properties file is the only place where it is persisted. The factory is available to any client that uses the properties file. - Joe http://www.ttmsolutions.com/ -- View this message in context: http://activemq.2283324.n4.nabble.com/JNDI-and-ActiveMQ-tp3431031p3433176.html Se

Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-07 Thread Dejan Bosanac
Hi Jake, just opened a Jira to track this https://issues.apache.org/jira/browse/AMQ-3275 Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in

Re: JNDI and ActiveMQ

2011-04-07 Thread Eugene
Hey Joe, This sounds again weird to me, but probably it's because I never went into the details of JNDI. So if I specify a properties file like that: java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory java.naming.provider.url = tcp://localhost:61616 connectionFa

Re: Browsing messages published before subscribing to a topic.

2011-04-07 Thread Dejan Bosanac
Checkout http://activemq.apache.org/subscription-recovery-policy.html Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Act

Re: Best way to remotely monitor AMQ 5.x installation via .NET?

2011-04-07 Thread Dejan Bosanac
You can try statistics plugin http://activemq.apache.org/statisticsplugin.html With it enabled, you can query broker using messages. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration a