Commit Graph

2796 Commits

Author SHA1 Message Date
Clebert Suconic b7102a98ab This closes #780 2016-10-24 11:12:26 -04:00
Bennet Schulz 0cd84d96ba ARTEMIS-735 Refactoring of JUnit Tests in artemis-rest 2016-10-24 11:10:41 -04:00
Clebert Suconic af676d2081 This closes #857 2016-10-24 11:00:29 -04:00
Clebert Suconic 1eb3c70aca ARTEMIS-756 removing broker.xml from examples as it can use the standard one from the cli create 2016-10-24 10:47:02 -04:00
Clebert Suconic e71f3d8a34 ARTEMIS-756 disabling finalize check over CDI Connection Factories 2016-10-24 10:37:27 -04:00
John D. Ament 2ee742bd75 ARTEMIS-756 Introduced an example for CDI integration, added a README to explain how it works. 2016-10-24 10:37:27 -04:00
Clebert Suconic 0f69bbdf03 This closes #855 2016-10-24 09:42:22 -04:00
Clebert Suconic 2d1bdcd5bd ARTEMIS-814: Moving classes around and adding docs 2016-10-24 09:42:22 -04:00
Ulf Lilleengen e65fd5d674 ARTEMIS-814: Add support for outgoing AMQP connections 2016-10-24 09:42:22 -04:00
Ulf Lilleengen 6e5b917cc5 ARTEMIS-814: Fix a bug where context could be null in case a connection was closed before the flow arrived 2016-10-24 09:42:22 -04:00
Ulf Lilleengen b2a5fe19d3 ARTEMIS-814: Notify connection listener of connection created 2016-10-24 09:42:22 -04:00
Clebert Suconic 224770168b This closes #736
This was already applied on master by a different commit.

This closes #737
This is adding a class at a wrong package. We asked changes that were never made, so this is rejecting it.
2016-10-24 09:40:09 -04:00
Clebert Suconic 5315acb8fb This closes #859 2016-10-24 08:49:08 -04:00
Paul Gallagher e4d58ce596 Upgrade Jolokia version 2016-10-24 12:28:49 +01:00
Clebert Suconic e5df63c241 This closes #858 2016-10-22 10:41:21 -04:00
bayern39 e95e4f775b ARTEMIS-816 Log warning during boot if no dead letter/expire address is configured 2016-10-22 11:30:55 +08:00
jbertram 8d4f507cb8 This closes #856 2016-10-21 19:58:16 -05:00
Clebert Suconic a074f9f1a5 ARTEMIS-753 Queue Pause and Resumed persisted 2016-10-21 20:26:23 -04:00
Clebert Suconic 0f9efa9223 This closes #853 2016-10-21 09:33:52 -04:00
Howard Gao 9c16ba26be ARTEMIS-812 The countDelta attribute showing negative values 2016-10-21 17:13:41 +08:00
Clebert Suconic e44c99d884 ARTEMIS-809 Removing Large message body from toString() 2016-10-20 11:19:13 -04:00
Clebert Suconic 596f355b20 This closes #839 2016-10-19 16:52:43 -04:00
Clebert Suconic 128a505891 ARTEMIS-793 Improvements to OSGi Integration 2016-10-19 16:51:03 -04:00
Benjamin Graf 2020dcd290 ARTEMIS-793 Improvement to OSGi integration 2016-10-19 22:03:00 +02:00
Clebert Suconic c65e8d4bfb This closes #850 2016-10-19 15:37:28 -04:00
bayern39 b08b91a32f ARTEMIS-802 Broker does not throw exception on divert with no name 2016-10-19 15:37:02 -04:00
Clebert Suconic ad602780c7 This closes #851 2016-10-19 15:35:12 -04:00
Clebert Suconic ac69fed4e7 [ARTEMIS-708] small improvements on remove call from DelayedAddRedistributor 2016-10-19 15:34:37 -04:00
bayern39 028f92ffa5 [ARTEMIS-708] Incorrect ConcurrentHashSet.remove call in QueueImpl.DelayedAddRedistributor.run 2016-10-19 15:04:52 -04:00
Clebert Suconic 813f2532d8 NO-JIRA: just adding some javadoc on ReloadManager 2016-10-19 14:46:38 -04:00
Clebert Suconic 9899f5243f This closes #849 2016-10-19 13:22:56 -04:00
Tomas Hofman b2b6743b58 ARTEMIS-805 old JMS clients failing on new broker
Old JMS clients are getting a CCE related to SessionBindingQueryResponseMessage
2016-10-19 13:22:56 -04:00
Clebert Suconic b7d79f328f NO-JIRA: a few additions and tweaks around OSGI 2016-10-19 13:19:10 -04:00
Clebert Suconic b1804da00c This closes #847 2016-10-18 17:45:33 -04:00
jbertram 0df30712b9 ARTEMIS-808 use privileges to stop executor 2016-10-18 17:45:33 -04:00
Clebert Suconic 85ce8ccbb7 This closes #848 2016-10-18 17:44:39 -04:00
jbertram 1945f836af ARTEMIS-804 log ref when no DLA configured 2016-10-18 16:15:58 -05:00
Clebert Suconic 8ce397851e This closes #846 2016-10-18 09:00:36 -04:00
Jeff Mesnil c1ecddcb71 [ARTEMIS-803] Fix colocated backups with http-upgrade acceptor
*  Do not offset ports for Netty connector/acceptor with http-upgrade
enabled.
* Pass the name of the ActiveMQ server to the HTTP request to initiate
the Upgrade so that the HTTP endpoint on the app server can find the
correct ActiveMQ broker that must handle the upgrade.

JIRA: https://issues.apache.org/jira/browse/ARTEMIS-803
2016-10-18 09:00:36 -04:00
Clebert Suconic a80bd4b8b3 This closes #845 2016-10-17 22:11:00 -04:00
Clebert Suconic 6483123417 ARTEMIS-801 Dealing properly with Spaces and Special Characters on broker 2016-10-17 22:04:21 -04:00
Erich Duda c183ed9cc1 ARTEMIS-801 Decode URL paths
If the path to file contains some special characters, they are encoded
in URL form using %<hex> syntax. We should decode such path when it
is used as path to file on local filesystem.
2016-10-17 22:04:21 -04:00
Martyn Taylor e53aaf398e This closes #841 2016-10-14 10:24:13 +01:00
Timothy Bish f1728abb5f ARTEMIS-795 Tests for temporary destinations using dynamic nodes
Tests for the management of temporary destinations using the dynamic
node feature.  Failing case, the broker return a source or target that
indicates it will honor the lifetime policy of delete on close but the
temporary destination remains in existence after the link it closed.
2016-10-14 10:24:13 +01:00
Martyn Taylor 6052f7a25d This closes #843 2016-10-14 10:23:22 +01:00
Antoine Toulme 6a9e4c05e8 Example showing how to use + in topics 2016-10-14 10:23:22 +01:00
Clebert Suconic 7d03bcf434 This closes #844 2016-10-14 03:54:35 +02:00
Timothy Bish 226f28abf5 ARTEMIS-799 Fix issues with the AMQP Durable Topic Subscription model
Fixes several issues found in the handling of durable topic
subscriptions (test cases added).
2016-10-14 03:54:35 +02:00
Timothy Bish 9743043fb8 This closes #837 2016-10-13 17:53:05 -04:00
Timothy Bish 7a8b7e9cfb ARTEMIS-792 Add additional tests for AMQP protocol
Adds several tests for AMQP expectations in various use cases.
2016-10-13 16:07:50 -04:00