From activemq-commits-return-1994-apmail-geronimo-activemq-commits-archive=geronimo.apache.org@geronimo.apache.org Mon Jun 05 16:30:33 2006
Return-Path: The easiest way to submit a patch is to create a new JIRA issue, attach the patch, tick the Patch Attached button on the issue then fire off an email to the Mailing Lists or Discussion Forums. Once you've got involved as above, we may well invite you to be a committer. See Becoming a committer for more details.Becoming a committer
-
@@ -332,22 +333,22 @@
+
Apache Incubator ActiveMQ & ServiceMix
(25 issues)
-
+
- AMQ-730
+ AMQ-734
- 4.x Javadoc
+ Network connections do not reconnect when using static: with failover=true
Unassigned
- jason evans
+ tao
-
+
Open
@@ -356,10 +357,10 @@
UNRESOLVED
- May 30, 2006
+ May 31, 2006
- May 31, 2006
+ Jun 04, 2006
@@ -367,22 +368,22 @@
-
+
- AMQ-734
+ AMQ-731
- Network connections do not reconnect when using static: with failover=true
+ Redeliveries don't work with resource adapter and Jencks
Unassigned
- tao
+ Christopher G. Stach II
-
+
Open
@@ -391,10 +392,10 @@
UNRESOLVED
- May 31, 2006
+ May 30, 2006
- May 31, 2006
+ Jun 02, 2006
@@ -402,22 +403,22 @@
-
+
- AMQ-733
+ AMQ-716
- Minor renaming of kaha module
+ message is read from queue but not removed
- Rob Davies
+ Unassigned
- Adrian Co
+ klaus terjung
-
+
Open
@@ -426,10 +427,10 @@
UNRESOLVED
- May 30, 2006
+ May 19, 2006
- May 30, 2006
+ Jun 02, 2006
@@ -437,6 +438,41 @@
+
+
+
+
+ AMQ-735
+
+
+ Possible 4.0 consumer client memory leak?
+
+
+ Unassigned
+
+
+ Karthik Sethuraman
+
+
+
+
+
+
+
Open
+
+ UNRESOLVED
+
+
+ Jun 01, 2006
+
+
+ Jun 01, 2006
+
+
+
+
+
+
-
@@ -464,27 +500,27 @@
May 30, 2006
- May 30, 2006
+ May 31, 2006
+
+
-
+
- AMQ-731
+ AMQ-730
- Redeliveries don't work with resource adapter and Jencks
+ 4.x Javadoc
Unassigned
- Christopher G. Stach II
+ jason evans
@@ -499,6 +535,41 @@
May 30, 2006
+ May 31, 2006
+
+
+
+
+
+
+
+
+
+ AMQ-733
+
+
+ Minor renaming of kaha module
+
+
+ Rob Davies
+
+
+ Adrian Co
+
+
+
+
+
+
+
Open
+
+ UNRESOLVED
+
+
+ May 30, 2006
+
+
May 30, 2006
@@ -1067,41 +1138,6 @@
-
-
-
-
- AMQ-716
-
-
- message is read from queue but not removed
-
-
- Unassigned
-
-
- klaus terjung
-
-
-
-
-
-
-
Open
-
- UNRESOLVED
-
-
- May 19, 2006
-
-
- May 19, 2006
-
-
-
-
-
-
-
@@ -1135,7 +1171,7 @@
+
-
@@ -1170,41 +1206,6 @@
-
-
-
-
- AMQ-710
-
-
- Can't compile the AMQ4.0 release source,cann't find the reliant package.
-
-
- Unassigned
-
-
- tao
-
-
-
-
-
-
-
Open
-
- UNRESOLVED
-
-
- May 17, 2006
-
-
- May 17, 2006
-
-
-
-
-
If you wish to customize the broker using the Xml Configuration and normal Java properties then you can do the following
-Or you could configure the factory above using JNDI.
If you want to you could just configure the broker directly in Java code.
BrokerContainer roker = new BrokerContainerImpl("TestLargeMessages"); +BrokerContainer broker = new BrokerContainerImpl("TestLargeMessages"); broker.addConnector("tcp://localhost:61616"); broker.start();
| + + | +
+
+
+
+
+ When unit testing code with JMS you typically want to avoid the overhead of persistence and running separate proceses - plus you want to increase startup time as fast as possible as you tend to run unit tests often and want immediate feedback. + +So when unit testing JMS code we recommend the following + +
|
+