Daniel Kulp
f4d99591da
[maven-release-plugin] prepare for next development iteration
2016-12-16 13:10:42 -05:00
Daniel Kulp
321ddd71ae
[maven-release-plugin] prepare release activemq-5.13.5
2016-12-16 13:10:24 -05:00
Christopher L. Shannon (cshannon)
c1a2998660
[maven-release-plugin] prepare for next development iteration
2016-07-14 11:10:08 -04:00
Christopher L. Shannon (cshannon)
9d48997177
[maven-release-plugin] prepare release activemq-5.13.4
2016-07-14 11:09:17 -04:00
Timothy Bish
85da157238
https://issues.apache.org/jira/browse/AMQ-6350
...
Allow for PooledConnectionFactory restart after being stopped.
(cherry picked from commit 0706fd0bc1
)
2016-07-11 18:21:43 -04:00
Timothy Bish
3a4cdeb91a
Add Jaas module needed for new tests.
2016-05-11 17:29:16 -04:00
Timothy Bish
4c45398575
https://issues.apache.org/jira/browse/AMQ-6290
...
Close failed connection on start if the reconnect on exception flag is
enabled.
(cherry picked from commit 2e64abc38a
)
Conflicts:
activemq-jms-pool/src/test/java/org/apache/activemq/jms/pool/PooledConnectionSecurityExceptionTest.java
2016-05-11 16:16:09 -04:00
Christopher L. Shannon (cshannon)
e82e5c5e3c
[maven-release-plugin] prepare for next development iteration
2016-04-28 12:28:08 +00:00
Christopher L. Shannon (cshannon)
f2f130b3c8
[maven-release-plugin] prepare release activemq-5.13.3
2016-04-28 12:27:29 +00:00
Christopher L. Shannon (cshannon)
4c109cf273
Revert "[maven-release-plugin] prepare release activemq-5.13.3"
...
This reverts commit c49ab9fb51
.
2016-04-28 11:47:44 +00:00
Christopher L. Shannon (cshannon)
2e9c35bf26
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit ff2241d795
.
2016-04-28 11:47:32 +00:00
Christopher L. Shannon (cshannon)
ff2241d795
[maven-release-plugin] prepare for next development iteration
2016-04-26 13:32:03 +00:00
Christopher L. Shannon (cshannon)
c49ab9fb51
[maven-release-plugin] prepare release activemq-5.13.3
2016-04-26 13:31:15 +00:00
Timothy Bish
48f314ef5a
https://issues.apache.org/jira/browse/AMQ-5510
...
https://issues.apache.org/jira/browse/AMQ-5534
PooledConnectioFactory added reconnection support but can break if the
holder of the connection adds their own ExceptionListener as the
PooledConnection doesn't protect the internal ExceptionListener from
replacement which leads to cases where the loaned Connection is not
automatically closed so that the next create returns the same failed
connection.
(cherry picked from commit b65c0d1be4
)
2016-04-20 09:49:37 -04:00
Christopher L. Shannon (cshannon)
369a430538
[maven-release-plugin] prepare for next development iteration
2016-03-01 16:39:41 +00:00
Christopher L. Shannon (cshannon)
6a2e71f11c
[maven-release-plugin] prepare release activemq-5.13.2
2016-03-01 16:39:02 +00:00
Christopher L. Shannon (cshannon)
86e51d2461
[maven-release-plugin] prepare for next development iteration
2016-02-02 17:11:44 +00:00
Christopher L. Shannon (cshannon)
d60b73402c
[maven-release-plugin] prepare release activemq-5.13.1
2016-02-02 17:11:03 +00:00
Christopher L. Shannon (cshannon)
95fc593975
Update version for next patch release iteration.
2015-11-30 14:35:26 +00:00
Christopher L. Shannon (cshannon)
cfb4ca9f54
[maven-release-plugin] prepare for next development iteration
2015-11-30 13:48:58 +00:00
Christopher L. Shannon (cshannon)
abfe038ddf
[maven-release-plugin] prepare release activemq-5.13.0
2015-11-30 13:48:11 +00:00
Christopher L. Shannon (cshannon)
7c7c505057
https://issues.apache.org/jira/browse/AMQ-5990
...
Disabling JMX for the Commons Pool implementation inside of
PooledConnectionFactory. In the future if we want JMX we should
enable our own JMX stats that are independent of Commons Pool.
2015-10-01 18:08:37 +00:00
Christopher L. Shannon (cshannon)
04ee70a161
https://issues.apache.org/jira/browse/AMQ-5889
...
Adding support for auto detection of wire protocols over a transport.
OpenWire, AMQP, STOMP, and MQTT can all be detected and the broker
will properly handle each one over a given Transport. Currently
auto TCP, NIO, SSL, and NIO+SSL transports can handle auto-detection
of the wire format and client but support could be added in the
future for other transports like websockets.
2015-08-11 19:39:29 +00:00
Timothy Bish
6cdd750ddc
[maven-release-plugin] prepare for next development iteration
2015-08-10 11:04:26 -04:00
Timothy Bish
a9eeb03520
[maven-release-plugin] prepare release activemq-5.12.0
2015-08-10 11:04:17 -04:00
gtully
a05a9a2129
https://issues.apache.org/jira/browse/AMQ-5552 - added profile for activemq.tests=smoke to run a fast subset of tests that gives a fast verification of a full build
2015-07-09 14:10:38 +01:00
Timothy Bish
9ef4259297
https://issues.apache.org/jira/browse/AMQ-5616
...
Use ConcurrentMap in declarations
2015-04-28 11:15:08 -04:00
Jeff Genender
4441001c42
Updated API for commons-pool2
2015-04-16 16:01:39 +02:00
Jeff Genender
6d6ed4eaaf
AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well.
2015-04-16 16:01:39 +02:00
Timothy Bish
e6597c4604
https://issues.apache.org/jira/browse/AMQ-4441
...
Cleanup the test suite, disble unused broker features and add timeouts
etc.
2015-02-18 12:55:54 -05:00
Timothy Bish
f91abd3d46
https://issues.apache.org/jira/browse/AMQ-5564
...
Fixed session in the pool losing their reference to the anonymous
producer created when useAnonymousProducers is true. The anonymous
producer stays live for the life of the pooled session.
Also added some synchronization safety to some methods that could get
into NPE trouble.
2015-02-05 17:50:43 -05:00
gtully
ae595c95b1
[maven-release-plugin] prepare for next development iteration
2015-01-30 12:46:19 +00:00
gtully
4ba1a1689f
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-30 12:46:08 +00:00
gtully
bf5a2997c7
[maven-release-plugin] prepare for next development iteration
2015-01-26 16:48:46 +00:00
gtully
eec2955bde
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-26 16:48:37 +00:00
gtully
64fa706d54
Revert "[maven-release-plugin] prepare release activemq-5.11.0"
...
This reverts commit f47fbe4b89
.
2015-01-26 16:39:35 +00:00
gtully
f47fbe4b89
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-26 16:17:43 +00:00
Dejan Bosanac
b53d8ea295
https://issues.apache.org/jira/browse/AMQ-5534 - generic jms pool reconnection
2015-01-22 12:51:11 +01:00
Hadrian Zbarcea
aedcae139b
Revert "[maven-release-plugin] prepare release activemq-5.11.0"
...
This reverts commit 48b0cf396c
.
2015-01-05 12:25:58 -05:00
Hadrian Zbarcea
89995f4723
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 7b285c6f52
.
2015-01-05 12:25:47 -05:00
Dejan Bosanac
7b285c6f52
[maven-release-plugin] prepare for next development iteration
2014-12-29 12:44:32 +01:00
Dejan Bosanac
48b0cf396c
[maven-release-plugin] prepare release activemq-5.11.0
2014-12-29 12:44:20 +01:00
Dejan Bosanac
9f53e2bcae
adding missing licences
2014-12-29 12:25:04 +01:00
Timothy Bish
1ee5108be6
Disable JMX on the test brokers as it's not needed in these tests,
...
prevents some failures and speeds things up a little.
2014-07-30 09:40:09 -04:00
Timothy Bish
b432173cfc
https://issues.apache.org/jira/browse/AMQ-5268
...
Explicity set the properties from the generic JMS pooled
connectionfactory as the introspection based tools can easily get stuck
on getters that cause recursion or on inner types that have methods
which allow chaining.
2014-07-10 19:03:31 -04:00
Timothy Bish
c6d0aaa81b
https://issues.apache.org/jira/browse/AMQ-5258
...
Fixed, early created connection is closed so that it can expire or error
out as needed.
2014-07-07 14:29:21 -04:00
Timothy Bish
7ceb4d0c8e
https://issues.apache.org/jira/browse/AMQ-5223
...
Added the bundle packaging option
2014-06-13 12:35:13 -04:00
Timothy Bish
577b29c0e5
https://issues.apache.org/jira/browse/AMQ-5224
...
Support for XAConnectionFactory that do not implement ConnectionFactory
2014-06-13 12:30:17 -04:00
Timothy Bish
459593c427
https://issues.apache.org/jira/browse/AMQ-5224
...
Ensure PooledConnectionFactory implements QueueConnectionFactory and
TopicConnectionFactory
2014-06-13 11:18:24 -04:00
Timothy Bish
9ae22642dc
https://issues.apache.org/jira/browse/AMQ-5224
...
Fix some JavaDocs
2014-06-13 11:09:56 -04:00