jgoodyear
a1e5b970d8
[AMQ-7011] Override dispatch to always set dispatchAsync true
...
This closes #287
2018-07-15 20:35:18 -06:00
Christopher L. Shannon (cshannon)
ea1894c7ee
[maven-release-plugin] prepare for next development iteration
2018-05-17 13:58:54 -04:00
Christopher L. Shannon (cshannon)
165cba235a
[maven-release-plugin] prepare release activemq-5.15.4
2018-05-17 13:57:43 -04:00
Christopher L. Shannon (cshannon)
bb2db5741b
[maven-release-plugin] prepare for next development iteration
2018-01-29 08:46:14 -05:00
Christopher L. Shannon (cshannon)
bd4285d3aa
[maven-release-plugin] prepare release activemq-5.15.3
2018-01-29 08:42:12 -05:00
Christopher L. Shannon (cshannon)
c4d460bf60
[maven-release-plugin] prepare for next development iteration
2017-10-17 10:16:08 -04:00
Christopher L. Shannon (cshannon)
9e595d8674
[maven-release-plugin] prepare release activemq-5.15.2
2017-10-17 10:09:04 -04:00
Christopher L. Shannon (cshannon)
a218119e6b
[maven-release-plugin] prepare for next development iteration
2017-09-28 10:45:21 -04:00
Christopher L. Shannon (cshannon)
d17a8740fc
[maven-release-plugin] prepare release activemq-5.15.1
2017-09-28 10:28:20 -04:00
Christopher L. Shannon (cshannon)
1d0121ccd4
Revert "[maven-release-plugin] prepare release activemq-5.15.1"
...
This reverts commit 756b858fa4
.
2017-09-28 10:05:01 -04:00
Christopher L. Shannon (cshannon)
756b858fa4
[maven-release-plugin] prepare release activemq-5.15.1
2017-09-28 09:59:18 -04:00
Christopher L. Shannon (cshannon)
76474fbc67
Revert "[maven-release-plugin] prepare release activemq-5.15.1"
...
This reverts commit 37227fbf8b
.
2017-09-27 08:54:44 -04:00
Christopher L. Shannon (cshannon)
ade1a87e09
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit e2eabeb1c2
.
2017-09-27 08:54:36 -04:00
gtully
26788f5fd7
[AMQ-6824] - fix up prefetchExtension growth on transaction completion and delivered ack and tie in boolean usePrefetchExtension
...
(cherry picked from commit 41a100766c
)
2017-09-26 14:34:47 -04:00
Christopher L. Shannon (cshannon)
e2eabeb1c2
[maven-release-plugin] prepare for next development iteration
2017-09-25 09:23:32 -04:00
Christopher L. Shannon (cshannon)
37227fbf8b
[maven-release-plugin] prepare release activemq-5.15.1
2017-09-25 09:17:38 -04:00
Timothy Bish
8e9f80e7d6
AMQ-6796 Avoid double Ack on commit in STOMP individual ack mode
...
During commit of transaction when subscription mode is individual ack
the messages can get double acked leading to an error about receipt of
an invalid ack.
(cherry picked from commit 4c986d102c
)
2017-08-23 12:21:30 -04:00
Christopher L. Shannon (cshannon)
e7956b527d
NO-JIRA: Incrementing version to 5.15.1-SNAPSHOT
2017-06-27 13:52:45 -04:00
Christopher L. Shannon (cshannon)
5f0d6943cb
[maven-release-plugin] prepare release activemq-5.15.0
2017-06-27 13:41:01 -04:00
Timothy Bish
2490c85fc5
AMQ-6699 Fix STOMP over WS not encoding header values
...
When sending STOMP frames out over WS the marshal isn't doing a proper
encode based on the STOMP version in use and so header values can be
transmitted without proper escaping.
2017-06-14 15:15:09 -04:00
Timothy Bish
8417ce537b
AMQ-6697 Make the MBean explicitly final for java 7 support
2017-06-02 14:20:56 -04:00
Timothy Bish
e83bb6dc38
AMQ-6697 Preserve dispatched state on client-individual tx ack
...
Need to preserve the messages in the dispatched list when a
client-individual ack comes in so that on abort the state remains
dispatched and the message can still be ack'd
2017-06-02 14:19:44 -04:00
Timothy Bish
bd8661796b
AMQ-6697 Adds a test to show that the described case works
...
Correctly ACK inside a TX and then Abort and then ACK again outside a TX
to show that the broker will then mark the message as consumed.
2017-06-02 11:50:14 -04:00
Christopher L. Shannon (cshannon)
4b3f07e90e
https://issues.apache.org/jira/browse/AMQ-6441
...
https://issues.apache.org/jira/browse/AMQ-6526
Adding missing license headers
2016-12-07 13:32:18 -05:00
Torsten Mielke
9e35778943
https://issues.apache.org/jira/browse/AMQ-6526 - fix <Unknown> Stomp operation in ProtocolException.
...
closes #217
2016-12-06 13:52:06 +00:00
Hadrian Zbarcea
be24a133ef
This closes #88 (merged as a65ac586
). More file permissions fixes.
2016-11-03 14:26:34 -04:00
Hadrian Zbarcea
d5a929c0d2
This closes #205 . Won't fix. (fix even more file permissions)
2016-11-03 14:11:40 -04:00
Hadrian Zbarcea
d54d046b8a
This closes #185 . Won't fix. (fix more file permissions)
2016-11-03 11:54:33 -04:00
Christopher L. Shannon (cshannon)
98c5866c75
https://issues.apache.org/jira/browse/AMQ-6418
...
Properly setting the transport properties on the
AutoNIOSSLTransportServer and fixing the Stomp protocol to set the peer
certs when using auto+ssl
2016-09-06 10:17:05 -04:00
Christopher L. Shannon (cshannon)
ed0e786b60
https://issues.apache.org/jira/browse/AMQ-6414
...
Changing the nio+ssl transports to trigger a serviceRead after start up
to prevent blocking. The prevents the channels from not reading in
certain cases, most notably with the auto+nio+ssl transport when used
for a network bridge. Also added a couple tests and changed a network
bridge test to test out auto+nio+ssl.
2016-09-01 11:39:46 -04:00
Christopher L. Shannon (cshannon)
06a21dbbb3
[maven-release-plugin] prepare for next development iteration
2016-08-02 09:03:37 -04:00
Christopher L. Shannon (cshannon)
71cbc65283
[maven-release-plugin] prepare release activemq-5.14.0
2016-08-02 09:02:54 -04:00
gtully
3b626c9edc
resolve intermittent failure - if broker closes socket on security excepiton before client gets response
2016-05-25 12:51:56 +01:00
Timothy Bish
1263dd8c43
Fix failing test in CI. Subscribe should request receipts so that the
...
subscription exists prior to initiating the event that triggers the
advisory message sent to the Topic.
2016-05-17 09:59:35 -04:00
Timothy Bish
2a10e9900a
https://issues.apache.org/jira/browse/AMQ-5621
...
Add some additional test cleanup
2016-05-16 13:58:14 -04:00
Timothy Bish
15dc6cc765
https://issues.apache.org/jira/browse/AMQ-6246
...
Fix loop to not skip the composite split code.
2016-04-13 18:53:28 -04:00
Timothy Bish
a9a1498d27
Add assert messages to test that failed in CI
2016-03-31 17:54:48 -04:00
gtully
57264bf8dc
https://issues.apache.org/jira/browse/AMQ-6206 - ensure properties are marshalled before dispatch to broker so that their values are reflected in the memory usage
2016-03-09 22:13:46 +00:00
Timothy Bish
4e60075a32
https://issues.apache.org/jira/browse/AMQ-6169
...
Add additional null check
2016-02-17 13:17:37 -05:00
Timothy Bish
b595b8bc12
https://issues.apache.org/jira/browse/AMQ-6169
...
Log actual STOMP frames that cause error at trace level, only log the
command action if it is present and valid.
2016-02-12 13:56:50 -05:00
Timothy Bish
adf70bc08a
https://issues.apache.org/jira/browse/AMQ-6168
...
Disconnect on unkown STOMP Command Action.
2016-02-12 12:36:39 -05:00
Timothy Bish
4ecff14030
NO-JIRA Update master version to 5.14.0-SNAPSHOT to match the eventual
...
release version.
2016-01-20 12:40:20 -05:00
Timothy Bish
7525729363
AMQ-6030 Adds some advisory topic specific tests to cover the composite
...
case for destination advisories.
2015-12-21 16:24:29 -05: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
Timothy Bish
c360c3e4a3
AMQ-6030 Add support for composite destinations to STOMP.
2015-10-30 11:02:33 -04:00
Dejan Bosanac
e100638244
https://issues.apache.org/jira/browse/AMQ-6013 - init serializable packages statically
2015-10-20 12:30:57 +02:00
Dejan Bosanac
a7e2a44fe8
https://issues.apache.org/jira/browse/AMQ-6013 - restrict classes which can be serialized inside the broker
2015-10-16 15:44:23 +02:00
Christopher L. Shannon (cshannon)
e14aca871c
https://issues.apache.org/jira/browse/AMQ-5889
...
-Cleaned up missing license headers and refactored packages.
-Added configuration options for a protocol detection timeout and
for the max number of connections accepted at the same time.
-Fixed a regression with connection counts
-Also added some more tests
2015-08-13 14:41:29 +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