Christopher L. Shannon (cshannon)
016ae05d0e
https://issues.apache.org/jira/browse/AMQ-6489
...
Adding a new ActiveMQXASslContextFactory and jndi support for it
in ActiveMQSslInitialContextFactory
2016-11-04 08:31:19 -04:00
Hadrian Zbarcea
512b643f7a
This closes #62 . Fixed in upstream
2016-11-03 18:08:07 -04:00
Hadrian Zbarcea
e725451521
This closes #162 . Minor improvement in using the Logger api
2016-11-03 17:26:00 -04: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
d935091298
This closes #171
2016-11-03 14:02:28 -04:00
Dominik Przybysz
0d90a2a683
Delete redundant persistenceAdapter.getTransactionContext
2016-11-03 14:02:01 -04:00
Hadrian Zbarcea
d54d046b8a
This closes #185 . Won't fix. (fix more file permissions)
2016-11-03 11:54:33 -04:00
Hadrian Zbarcea
f9bec8f99a
This closes #201 . Won't fix. (fix some file permissions though)
2016-11-03 11:48:16 -04:00
Timothy Bish
629ee28568
https://issues.apache.org/jira/browse/AMQ-6495
...
State variables shared across threads in the transport need to be marked
volatile.
2016-11-02 12:57:39 -04:00
Timothy Bish
d1f42bd01e
https://issues.apache.org/jira/browse/AMQ-6474
...
ASYNC_TASKS executor not being shut down on stop with no other users in
service.
2016-11-02 12:41:49 -04:00
Hadrian Zbarcea
4c8d30d077
This closes #180 . Merged long ago
2016-11-01 16:26:22 -04:00
Timothy Bish
c239bf01a9
https://issues.apache.org/jira/browse/AMQ-6493
...
Ensure the proper versions of dependencies for Qpid JMS are brought in
for the test.
2016-11-01 15:19:05 -04:00
Hadrian Zbarcea
a6e35a6512
Test execution artifacts produced in ./target, so that clean runs cleanly
2016-11-01 14:48:12 -04:00
Christopher L. Shannon (cshannon)
5c80eda321
https://issues.apache.org/jira/browse/AMQ-6477
...
Fixing potential concurrent modification exception
2016-11-01 10:31:20 -04:00
Hadrian Zbarcea
a8a650cbee
Fix warnings in Eclipse IDE; remove deprecated prerequisites in maven3
2016-10-31 20:37:45 -04:00
Hadrian Zbarcea
d9940eaf2d
Fix type in config of lifecycle-mapping plugin
2016-10-31 15:13:30 -04:00
Hadrian Zbarcea
6166d4a4f7
Fix errors while importing project in Eclipse IDE
2016-10-31 15:02:47 -04:00
Christopher L. Shannon (cshannon)
1a0af86c06
https://issues.apache.org/jira/browse/AMQ-6489
...
This closes #207
2016-10-31 12:46:59 -04:00
Michael L. Bloom
11541e8608
https://issues.apache.org/jira/browse/AMQ-6489
...
Add support for SSL configurations using JNDI.
2016-10-31 12:03:33 -04:00
Hadrian Zbarcea
c53131d700
This closes #203
2016-10-30 08:47:12 -04:00
Christopher L. Shannon (cshannon)
0a80165a99
https://issues.apache.org/jira/browse/AMQ-6477
...
simplifying isMarshalled method
2016-10-27 15:53:01 -04:00
Timothy Bish
a2d92ef786
https://issues.apache.org/jira/browse/AMQ-6486
...
Ensure that message with no header is marked as non-persistent.
2016-10-26 19:04:35 -04:00
Timothy Bish
cec3245a9f
https://issues.apache.org/jira/browse/AMQ-6485
...
Allow for inspection of Deliveries on Receivers and Delivery updates on
Senders.
2016-10-26 15:17:24 -04:00
Timothy Bish
b34336cc0a
https://issues.apache.org/jira/browse/AMQ-6484
...
make the validators thread safe
2016-10-26 14:48:42 -04:00
Timothy Bish
1a91decf9f
https://issues.apache.org/jira/browse/AMQ-6483
...
Fix conversion from long to int and back to long again.
2016-10-26 13:27:24 -04:00
Christopher L. Shannon (cshannon)
7c3bb40100
https://issues.apache.org/jira/browse/AMQ-6477
...
ReduceMemoryFootprint now applies to non-persistent messages if they
have been marshalled and topics now clear memory after the recovery
policy check
2016-10-25 10:19:03 -04:00
Christopher L. Shannon (cshannon)
114706a7b4
https://issues.apache.org/jira/browse/AMQ-6478
...
Fixing compilation error with JDK 8
2016-10-25 06:47:43 -04:00
Timothy Bish
24a79413c6
https://issues.apache.org/jira/browse/AMQ-6479
...
Allow a unit test to inspect AMQP frames as part of the test.
2016-10-24 15:39:13 -04:00
Christopher L. Shannon (cshannon)
5660753097
https://issues.apache.org/jira/browse/AMQ-6478
...
Bumping java source/target version to JDK 8
2016-10-24 14:10:21 -04:00
Christopher L. Shannon (cshannon)
b9cb02ae54
https://issues.apache.org/jira/browse/AMQ-6476
...
Moving BrokerSubscriptionInfo processing into a new thread to prevent a
deadlock of the network bridge on startup
2016-10-24 07:52:09 -04:00
Timothy Bish
1a811b72dd
NO-JIRA Add new test to receiver tests
...
test showing that remote close and not detach is triggered on close of
the receiver.
2016-10-21 19:40:05 -04:00
Timothy Bish
bd8f17700c
NO-JIRA Add new test for session close
...
Add a test that checks that closing a session does not provoke the
remote to close the session resources explicitly.
2016-10-21 12:57:10 -04:00
Timothy Bish
4c838c5fa3
NO-JIRA Add a close method to the session
2016-10-20 17:49:40 -04:00
Christopher L. Shannon (cshannon)
d206621a73
https://issues.apache.org/jira/browse/AMQ-6472
...
Durable sync over a network bridge will now also sync non-durable
subscriptions proplrly if the consumer belongs to a destination that is
configured to force network durable subscriptions.
2016-10-20 13:47:38 -04:00
gtully
52ab6ba09b
AMQ-6471 - map groupClass attribute on mod to authorization map. fix and test
2016-10-20 12:32:33 +01:00
Dejan Bosanac
338a74dfa4
https://issues.apache.org/jira/browse/AMQ-6470 - Remove unused ControlCommand handling in client
2016-10-18 12:04:11 +02:00
Christopher L. Shannon (cshannon)
c1157fe1f0
https://issues.apache.org/jira/browse/AMQ-6468
...
Fixing JSTL tags in JSP pages
2016-10-17 08:38:50 -04:00
Timothy Bish
10fc397ab7
https://issues.apache.org/jira/browse/AMQ-6467
...
Fill in the source / target created for the requested dynamic node with
the actual attributes we are going to support.
2016-10-14 15:00:49 -04:00
Timothy Bish
d9d1ae73eb
https://issues.apache.org/jira/browse/AMQ-6466
...
Update to Proton 0.15.0
2016-10-14 13:21:05 -04:00
Christopher L. Shannon (cshannon)
406a34294b
https://issues.apache.org/jira/browse/AMQ-6465
...
Properly decrementing the message reference count in
DemandForwardingBridgeSupport when messages supression is checked for
durable subscriptions
2016-10-14 12:16:07 -04:00
Timothy Bish
a9f9d4a4d2
https://issues.apache.org/jira/browse/AMQ-6464
...
Correct handling of rejected outcome to archive the message in the DLQ
2016-10-14 09:35:17 -04:00
Timothy Bish
3e237ca73a
NO-JIRA: Add some additional test variations and add some more checks
2016-10-13 14:29:13 -04:00
Timothy Bish
f71e0ee15b
NO-JIRA Add some additional testing around outcomes
2016-10-11 18:58:51 -04:00
gtully
74a5381b9a
AMQ-6463 - provide connection to scheduler context in case of deferred send or error
2016-10-11 11:58:37 +01:00
Timothy Bish
1ac89543a8
https://issues.apache.org/jira/browse/AMQ-6460
...
Add better cleanup of connections on test failure.
2016-10-07 18:48:44 -04:00
gtully
538ed74510
NO-JIRA - ensure stack trace in incuded with exception that terminates data file appender thread
2016-10-07 16:26:07 +01:00
gtully
8493f6b4d7
AMQ-6459 - store based % usage needs to poll the store for the current value on each access
2016-10-07 14:31:52 +01:00
gtully
e91f5c8062
AMQ-6454 - ensure message.acknowledge throws if consumer has closed and message has been released broker side
2016-10-07 09:57:28 +01:00
Timothy Bish
1316b57edb
NO-JIRA Add ability to set message reply-to for in tests
2016-10-06 15:51:31 -04:00