how can we access java object variable in xpath, ActiveMQ

2008-11-14 Thread manish_goyal
Hi, I am sending java object to ActiveMQ JMS queue after converting it into SOAP message then SOAP message to textmessage. When i am trying to use xpath for checking variable value, i am getting following error:- [Fatal Error] :1:1: Content is not allowed in prolog. WARN - XPathPredicate

problem with JDBC logging

2008-11-14 Thread manish_goyal
I have configured log4j.properties file for JDBC and File logging. I am able to log data in file and database. But in database, data is not in appropriate format. I am setting four parameters, all these parameter is going to only one column. i am setting like this in my java program:- mylogger.

Selector in webconsole/rest/http interface

2008-11-14 Thread shridharv
I need help in setting selectors in the http interface and selecting messages in the webconsole queues page. shridhar -- View this message in context: http://www.nabble.com/Selector-in-webconsole-rest-http-interface-tp20512388p20512388.html Sent from the ActiveMQ - User mailing list archive at N

Selector in webconsole/rest/http interface

2008-11-14 Thread shridharv
-- View this message in context: http://www.nabble.com/Selector-in-webconsole-rest-http-interface-tp20512383p20512383.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS Download?

2008-11-14 Thread Will Darby
Thanks for the quick reply. Then the best way to get the current version is directly using Subversion? It looks like you've baselined version 1.0.0 already. My personal preference on packaging would include all providers in a single package. Seems like this would help to eliminate incompatibilit

Re: NMS Download?

2008-11-14 Thread Jim Gomes
Hi Will, It wasn't intentionally removed, it just hasn't been filled in yet. I have some semi-official binaries built, but have not created a single package of them yet. I am working on the scripts that will take the binaries and create a single download file. I haven't decided the best way of

NMS Download?

2008-11-14 Thread Will Darby
I am looking to download the latest NMS build from: http://activemq.apache.org/nms/download.html However, there are no contents at this link. Was this intentionally removed? Thanks for your help. -- View this message in context: http://www.nabble.com/NMS-Download--tp20508850p20508850.html Sen

Re: HTTP: Destination & Type in URL, message content does not saved

2008-11-14 Thread shridharv
Hi, Found the solution.. When destination and type are in url, for the binary data to be in the message content, the content-type has to be set as text/xml (the messageservlet only looks at the message content in this case, normally looks only for a body parameter) and the binary data to be encode

Messages in memory

2008-11-14 Thread B. Guillon
Hello, I know this problem was already mentionned in different posts or JIRA issues but I cannot find a way to fix it. I'm using ActiveMQ 4.1.1 with journaledJDBC persistence adapter. When persistent messages are sent on a topic and that several durable subscribers are registered on this topic,

Re: Negtive MessageCountAwaitingAcknowledge & DispatchedQueueSize on JConsole

2008-11-14 Thread Dejan Bosanac
There has been some fixed issues regarding that in 5.2. Can you try the latest RC? If still does not work, it would help if you could create reproducible test case. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.c

Re: How to Browse Messages that have been consumed and are stored in the archive files ?

2008-11-14 Thread HussainP
I tried that but as you mentioned only unacked messages would get processed. On using a Jdbc Store; messages would be there in a table, that can be easily viewed (acked,unacked ..). Similar way, can we use some (activemq) api or tool to browse thru all messages (acked,unacked..) in the archive ?

Re: AMQ-5.2.0 RC3: JMS Exception Could not correlate acknowledgment with dispatched message

2008-11-14 Thread Gary Tully
I think you are experiencing automatic producer flow control in response to the memory utilisation limits, see: http://activemq.apache.org/what-happens-with-a-fast-producer-and-slow-consumer.html The details of how to disable are at: http://activemq.apache.org/producer-flow-control.html Just fyi,

Re: How to Browse Messages that have been consumed and are stored in the archive files ?

2008-11-14 Thread Gary Tully
Not automatically. The only way is stop the broker, copy that contents of the archive back into the data directory and restart. Reprocessing will only occur if the original data files were archived in error, that is, that they contain some unacked messages, which should not be the case. 2008/11/14