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
gtully
521c4fd8c3
extend timeout - running too close to the limit for comfort
2016-03-09 22:13:46 +00:00
Christopher L. Shannon (cshannon)
a2781e3966
https://issues.apache.org/jira/browse/AMQ-6204
...
Fixing the removal logic on virtual destination remove inside of
Advisory Broker to clean up virtual destination maps properly. Added a
test to verify. Also added new debug logging to help track down any
future issues.
2016-03-09 19:54:08 +00:00
Timothy Bish
8b23e072ee
https://issues.apache.org/jira/browse/AMQ-5785
...
Avoid holding the intrinsic lock on the cursor when expiring the
messages.
2016-03-08 13:37:58 -05:00
gtully
078f39f589
https://issues.apache.org/jira/browse/AMQ-6199 - apply CursorMemoryHighWaterMark to topic subscriptions
2016-03-08 16:45:06 +00:00
gtully
e313f40989
https://issues.apache.org/jira/browse/AMQ-6175 - fix unit test regression SelectiveMBeanRegistrationTest
2016-03-08 11:55:46 +00:00
gtully
67ae2bd8a4
https://issues.apache.org/jira/browse/AMQ-6070 - fix npe in org.apache.activemq.usecases.ExpiredMessagesWithNoConsumerTest#testExpireMessagesForDurableSubscriber
2016-03-07 16:44:33 +00:00
gtully
13ec994939
Revert " https://issues.apache.org/jira/browse/AMQ-4495 - revisit. Reinstate check for space on pagein, so that highWaterMark is respected and full state is not reached, hense pfc is not triggered in error"
...
This reverts commit d8cf54b0a9
.
2016-03-07 16:26:25 +00:00
Christopher L. Shannon (cshannon)
903dec615c
https://issues.apache.org/jira/browse/AMQ-6194
...
Fixing an issue that caused statistics for a transactional temporary
queue to be updated twice by mistake. Moved the statistics update into
tryOrderedCursorAdd so that the update is called immediately only if
not inside a transaction.
2016-03-07 14:15:35 +00:00
Timothy Bish
5e0f49332b
https://issues.apache.org/jira/browse/AMQ-5578
...
Remove unnecessary buffer initialization after confirmation that it is
not needed.
2016-03-03 17:35:21 -05:00
Timothy Bish
edfc23ee9d
https://issues.apache.org/jira/browse/AMQ-5578
...
Add additional preallocation strategy [CHUNKED contributed by user
jtahlborn.
2016-03-03 17:34:07 -05:00
Timothy Bish
be4ad3d1c8
https://issues.apache.org/jira/browse/AMQ-5578
...
Replace system.out with a trace log.
2016-03-03 17:00:11 -05:00
Timothy Bish
f3544f248f
https://issues.apache.org/jira/browse/AMQ-5886
...
Ensure we reject protocol version that we don't currently support.
2016-03-03 12:41:59 -05:00
Timothy Bish
e8f44a29dd
https://issues.apache.org/jira/browse/AMQ-5578
...
Revert to previous behavior of explicit init.
2016-03-02 17:18:30 -05:00
Timothy Bish
e89b7a57f1
https://issues.apache.org/jira/browse/AMQ-5578
...
Remove unnecessary zero init block as the java spec requires the
allocations to do this already. Fix some warnings.
2016-03-02 16:17:43 -05:00
Timothy Bish
5d6d42ce97
https://issues.apache.org/jira/browse/AMQ-5883
...
https://issues.apache.org/jira/browse/AMQ-5884
https://issues.apache.org/jira/browse/AMQ-5885
Add additional validation of Topic names used in subscribe and
unsubscriobe that test for spec compliance.
2016-03-02 12:30:54 -05:00
Timothy Bish
8ef44452a2
https://issues.apache.org/jira/browse/AMQ-5880
...
Adds a test for the issue that is ignored for now while we wait for a
fixed MQTT client release.
2016-03-01 16:18:16 -05:00
Christopher L. Shannon (cshannon)
e375af3810
https://issues.apache.org/jira/browse/AMQ-6182
...
Adding missing License header
2016-03-01 16:01:58 +00:00
Christopher L. Shannon (cshannon)
ebe8cf65a0
NO-JIRA - adding missing schema identifiers
2016-03-01 15:50:05 +00:00
Christopher L. Shannon (cshannon)
d89826bdab
https://issues.apache.org/jira/browse/AMQ-6176
...
Upgrading Saxon version to fix xpath filter errors when using Camel
Thanks to Jamie Goodyear for the patch
2016-03-01 15:16:17 +00:00
gtully
d8cf54b0a9
https://issues.apache.org/jira/browse/AMQ-4495 - revisit. Reinstate check for space on pagein, so that highWaterMark is respected and full state is not reached, hense pfc is not triggered in error
2016-03-01 11:44:41 +00:00
Christopher L. Shannon (cshannon)
473b3284d4
https://issues.apache.org/jira/browse/AMQ-6182
...
Reworking patch so that the http trace method is also turned off by
default for the HttpTransport, besides just for the Websocket transport.
Also added SSL tests for both transports.
2016-02-29 22:36:59 +00:00
Timothy Bish
f6d25842cc
NO-JIRA Adds some small fixes to the AMQP test client around SSL
...
handling that were found in Qpid JMS where some of this came from.
2016-02-29 16:13:28 -05:00
Christopher L. Shannon (cshannon)
19c9404916
https://issues.apache.org/jira/browse/AMQ-5882
...
removing illegal wildcard characters used in topics for some MQTT tests
2016-02-29 13:29:44 +00:00
Christopher L. Shannon (cshannon)
1b38b27ed2
https://issues.apache.org/jira/browse/AMQ-5882
...
Fail to publish if the topic name in the publish packet contains a wild
card character as per the MQTT V3.1 and V3.1.1 spec.
2016-02-28 17:54:23 +00:00
Christopher L. Shannon (cshannon)
012e4d0a1c
https://issues.apache.org/jira/browse/AMQ-6188
...
Patch applied with thanks to Brian D. Johnson
2016-02-26 20:58:39 +00:00
Brian D. Johnson
552c0f0f7a
https://issues.apache.org/jira/browse/AMQ-6188 - reset BaseDestination.lastActiveTime each time a message is delivered to the broker.
2016-02-26 20:46:32 +00:00
Christopher L. Shannon (cshannon)
7335f699f2
https://issues.apache.org/jira/browse/AMQ-6182
...
adding timeout to test method
2016-02-26 19:20:16 +00:00
Christopher L. Shannon (cshannon)
4fb8083977
https://issues.apache.org/jira/browse/AMQ-6182
...
Disabling the HTTP trace method on the websocket port by default. It
can be enabled by setting the parameter "http.enableTrace=true" on the
connection uri if it is needed for debugging.
2016-02-26 18:54:25 +00:00
Timothy Bish
6e2edf08c3
https://issues.apache.org/jira/browse/AMQ-6187
...
Create a proper SSLContext for the MQTT client provider in the tests to
avoid failure on newer JDKs
2016-02-26 13:42:16 -05:00
Timothy Bish
c530b69e16
https://issues.apache.org/jira/browse/AMQ-5881
...
Fail the connect if the password is set but the username bit is not as
per the V3.1.1 spec requirements.
2016-02-25 19:08:22 -05:00
Timothy Bish
06bc2840de
AMQ-6167 Remove old example that used the now defunct IBM perfharness.
2016-02-25 12:20:20 -05:00
Dejan Bosanac
ca5912d9fa
https://issues.apache.org/jira/browse/AMQ-6184 - improve nio transport scalability; get back core pool size
2016-02-25 13:43:21 +01:00
Dejan Bosanac
934a30a327
https://issues.apache.org/jira/browse/AMQ-6184 - improve nio transport scalability
2016-02-25 12:07:51 +01:00
Timothy Bish
c2ad0c3251
AMQ-6183 Add isDispatchSync to the subscription view and deprecate the
...
meaningless one in the producer view
2016-02-24 17:25:01 -05:00
Timothy Bish
bc960f3a7e
This closes #169
2016-02-23 11:56:28 -05:00
Andrea Cosentino
98c866817d
AMQ-6181 - Upgrade to Joda-time 2.9
2016-02-23 15:47:52 +01:00
Christopher L. Shannon (cshannon)
0f445a535f
https://issues.apache.org/jira/browse/AMQ-6177
...
Fixing CronParserTest so that it checks 24 hour format properly when
using a timezone shifted by 30 minutes
Thanks to Jamie Goodyear for the patch
2016-02-22 12:50:07 +00:00
Robert Gemmell
f7941a7fbf
AMQ-6178: update to Qpid JMS 0.8.0
2016-02-22 11:13:35 +00:00
Claus Ibsen
f490ab549d
CAMEL-8522: Enrich AMQ message with original destination (where Camel received the message) which for example allows to keep that information when sending messages to other queues or DLQs etc.
2016-02-20 10:23:54 +01:00
Jeff Genender
49974279a7
AMQ-6175 - Web console needs to only obtain lists of MBeans that are not
...
suppressed.
2016-02-18 14:25:30 -07:00
Timothy Bish
bbb17da52f
https://issues.apache.org/jira/browse/AMQ-6147
...
Add a test that can reproduce an issue seen when emitFlowOnSend is
disabled on the proton transport to allow for further investigation.
2016-02-18 16:07:59 -05: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
33e27a4f5a
NO-JIRA: Add some additional assertions so tests fail more cleanly in
...
the case of a receive not getting a message before it's assigned
timeout.
2016-02-17 11:34:25 -05:00
gtully
fd76088814
https://issues.apache.org/jira/browse/AMQ-5875 - additional test that shows durable sub registration does not error out with this fix
2016-02-17 14:09:05 +00:00
Claus Ibsen
f0378bcd3f
Turn off jolokia discovery by default.
2016-02-17 08:38:26 +01:00
Claus Ibsen
ba6c39c26d
Jolokia should not send back exceptions/error details by default
2016-02-17 08:02:55 +01:00
Claus Ibsen
7c4685b921
Upgrade jolokia
2016-02-17 07:59:48 +01:00
Robert Gemmell
3f7b2d6bb0
AMQ-6147: update to proton-j 0.12.0 release
2016-02-16 17:21:12 +00:00
gtully
b0c0441d09
https://issues.apache.org/jira/browse/AMQ-6171 - fix vm transport replacement of : from brokerName in error, fix networkConnector retry logic in the event of localTransport creation failure
2016-02-15 14:14:19 +00:00