Re: I have to restart activeMQ and clear up the message

2007-07-26 Thread Hiram Chirino
First step to debugging a problem is easily and reliably reproducing it. If you want some pointers on how to create JUnit tests, just take a look at any of the *Test.java files in the activemq source tree. On 7/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hiram, We use apache-activemq-

No-Durable topic consumer OutofMemory solution

2007-07-26 Thread lxgao
Hi all: Last day I post a bug about No-Durable topic consumer OutofMemory Problem, see at https://issues.apache.org/activemq/browse/AMQ-1325. This day I found the cause is MessageDispatchChannel has no max capacity, if the procuder send message faster and the consumer receiver slower , the

No-Durable topic consumer OutofMemory solution

2007-07-26 Thread lxgao
Hi all : A few day later, I post a bug about No-Durable topic consumer client receive message got out of heap exception see at https://issues.apache.org/activemq/browse/AMQ-1325 This day I found the problem is the procuder send meessage faster and the consumer receiver message slower, If

[jira] Created: (AMQ-1346) Unexpected IllegalStateException when using the VMPendingQueueMessageStoragePolicy

2007-07-26 Thread Hiram Chirino (JIRA)
Unexpected IllegalStateException when using the VMPendingQueueMessageStoragePolicy -- Key: AMQ-1346 URL: https://issues.apache.org/activemq/browse/AMQ-1346 Project: Activ

Re: ActiveMQ-CPP on AIX using IBM compilers dynamic_cast in TCPTransport.cpp always returning NULL

2007-07-26 Thread Timothy Bish
stevejsaunders wrote: We have been testing some things with building ActiveMQ-CPP on Windows, Linux (RedHat Enterprise Linux v3.1), HP-UX (v11i (B.11.11)), Solaris 9 SPARC and AIX v5.2 and v5.3 all using the native commercial compilers (e.g. GNU for Linux, aCC for HP-UX, Studio 8 on Solaris 9, v6

ActiveMQ-CPP on AIX using IBM compilers dynamic_cast in TCPTransport.cpp always returning NULL

2007-07-26 Thread stevejsaunders
We have been testing some things with building ActiveMQ-CPP on Windows, Linux (RedHat Enterprise Linux v3.1), HP-UX (v11i (B.11.11)), Solaris 9 SPARC and AIX v5.2 and v5.3 all using the native commercial compilers (e.g. GNU for Linux, aCC for HP-UX, Studio 8 on Solaris 9, v6 and v8 Visual C/C++ En

Re: I have to restart activeMQ and clear up the message

2007-07-26 Thread [EMAIL PROTECTED]
Hiram, We use apache-activemq-5.0-SNAPSHOT.jar. We currently don't use JUnit. We're quite new to activeMQ, is there any debug tool, log file, way to turn debug on so that we can look at activity, traffic and log message ? Thanks. Hiram Chirino wrote: > > What version? And is there any ch

[jira] Resolved: (CAMEL-78) convert the XML parsing with and without Spring to use JAXB2 and to code generate a nice XSD to simplify the maintenance of the XML marshalling

2007-07-26 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-78. - Resolution: Fixed code successfully converted to JAXB2 now and all tests now passing > convert

[jira] Created: (CAMEL-78) convert the XML parsing with and without Spring to use JAXB2 and to code generate a nice XSD to simplify the maintenance of the XML marshalling

2007-07-26 Thread James Strachan (JIRA)
convert the XML parsing with and without Spring to use JAXB2 and to code generate a nice XSD to simplify the maintenance of the XML marshalling ---

[jira] Created: (CAMEL-77) allow fallback TypeConverters to be discovered on the classpath to support things like JAXB2 unmarshalling etc

2007-07-26 Thread James Strachan (JIRA)
allow fallback TypeConverters to be discovered on the classpath to support things like JAXB2 unmarshalling etc -- Key: CAMEL-77 URL: https://issues.apache.

SVN revision for AMQ-1257

2007-07-26 Thread Sandeep Chayapathi
Hi all, AMQ-1257 is a show stopper for us and Im looking to patch our AMQ 4.1. The catch is, I can't locate the SVN revision(s) for this bug (I tried "svn log" and grep'd "AMQ-1257" and other such tricks). Any of the developers in the know, pls publish the SVN revision(s) for AMQ-1257. Also I

[jira] Commented: (AMQ-1301) Problems with reconnecting broker to network of brokers after broker shutdown

2007-07-26 Thread Pieter (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39767 ] Pieter commented on AMQ-1301: - Unfortunately I get the same behaviour again. I can't find a reliable way to restore a net

Re: I have to restart activeMQ and clear up the message

2007-07-26 Thread Hiram Chirino
What version? And is there any chance you could give us a JUnit test case showing the problem?? Regards, Hiram On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, After several transactions (using TextMessage, BytesMessage and ObjectMessage), activeMQ broker can't deliver message to

[jira] Commented: (AMQ-1301) Problems with reconnecting broker to network of brokers after broker shutdown

2007-07-26 Thread Pieter (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39766 ] Pieter commented on AMQ-1301: - I've changed the networkTTL. It looks like it's running OK now, only I don't understand ho

Re: Advisory messages

2007-07-26 Thread Jonas Lim
Hi Jim, Could you raise a jira for this please : https://issues.apache.org/activemq/secure/CreateIssue!default.jspa thanks, Jonas jhunsinger wrote: Updated Information: I copied some code from the ProducerEventSource which assumes that if the data structure is an instanceof ProducerInfo