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
Timothy Bish
a090472942
Add properties to the connection that indicate what the proper
...
destination prefix value should be for Topic or Queue destination types.
2014-12-19 12:27:09 -05:00
Timothy Bish
411c7547ac
Adds a test used for checking memory usage in the AMQP connector, test
...
is disabled and not intended for normal test runs.
2014-12-12 18:01:59 -05:00
Timothy Bish
9bd070a8f6
https://issues.apache.org/jira/browse/AMQ-5484
...
Ensure that the subscriptionByConsumerId map gets cleaned up when a
sender is closed.
2014-12-11 13:03:09 -05:00
Timothy Bish
90afa24549
Restore test disabled by mistake
2014-12-09 16:15:05 -05:00
Timothy Bish
61a3eab8ab
https://issues.apache.org/jira/browse/AMQ-5475
...
Ensure that client's connecting with non-supported AMQP versions or
client's with invalid AMQP headers are sent an AMQP v1.0 header and are
then disconnected.
2014-12-08 17:23:15 -05:00
gtully
db65c2e027
fix JMSClientNioTest close timeout leaving broker hanging about
2014-12-08 14:00:42 +00:00
Dejan Bosanac
5d77b395f6
https://issues.apache.org/jira/browse/AMQ-5379 - use zero prefetch if consumer credit is unknown when connecting
2014-12-04 12:32:59 +01:00
Timothy Bish
7bafa7da50
https://issues.apache.org/jira/browse/AMQ-5405
...
Move to v 0.30 of the QPid JMS client. Allow the CI tests to exercise
these to see what might be broken.
2014-12-03 15:28:07 -05:00
Timothy Bish
9edf907aed
https://issues.apache.org/jira/browse/AMQ-5467
...
Apply patch to use individual ack for messages in a TX to avoid
unmatched ack when ack range is non-sequential
2014-12-01 14:16:01 -05:00
Timothy Bish
9797d3b957
https://issues.apache.org/jira/browse/AMQ-5464
...
Apply patch from gemmellr to allow Configuration' TerminusDurability to
imply a durable subscription as well.
2014-12-01 09:56:37 -05:00
Dejan Bosanac
0ca376d540
https://issues.apache.org/jira/browse/AMQ-5379 - amqp prefetch size and redelivery header problem
2014-11-27 14:42:39 +01:00
Timothy Bish
c5f183548e
https://issues.apache.org/jira/browse/AMQ-5456
...
Apply patch from gemmellr to ensure that TX messages accepted retain the
TX state until commit.
2014-11-25 09:15:36 -05:00
Dejan Bosanac
5cd56e7fb1
https://issues.apache.org/jira/browse/AMQ-5431 - prevent NPE when a Detach frame is received for a
...
link that didn't get as far as setting a context during creation before being
detached/closed
2014-11-25 10:43:27 +01:00
Dejan Bosanac
162f9fc559
https://issues.apache.org/jira/browse/AMQ-5391 : offer the ANONYMOUS-RELAY connection capability to
...
signal support for the anonymous relay
2014-11-24 15:56:05 +01:00
Dejan Bosanac
741b739da8
https://issues.apache.org/jira/browse/AMQ-5391 : use null or empty address to signify
...
anonymous-relay node, in line with expected direction for the Addressing spec
underway at OASIS AMQP TC
2014-11-24 15:54:52 +01:00
Kevin Earls
2842cbd5b6
Skip all Joram tests on Windows because of CI hangs
2014-11-07 17:31:44 +01:00
Timothy Bish
0b148ade32
https://issues.apache.org/jira/browse/AMQ-5402
...
Revert the changes here as the mapping is moving in a different
direction.
4881a848dc
2014-10-29 14:16:34 -04:00
Timothy Bish
adafdfe97d
Make BrokerService visible to the protocol converter so that in the
...
future we can use it to better manage durable subscriptions and link
reattach behavior.
2014-10-28 14:58:17 -04:00
Timothy Bish
e3377edb06
https://issues.apache.org/jira/browse/AMQ-5401
...
Free the broker side sender right away so that client's that don't close
their end properly after error don't prevent future remove attempts.
2014-10-22 10:48:11 -04:00
Dejan Bosanac
ab3de0c4c2
https://issues.apache.org/jira/browse/AMQ-5379 - amqp prefetch; split producer and consumer prefetch settings; allow consumer prefetch to be adjusted using link credit
2014-10-21 14:52:39 +02:00
Timothy Bish
4881a848dc
https://issues.apache.org/jira/browse/AMQ-5402
...
Add support for encoding the destination type in transformed messages as
a byte value to supoort future JMS->AMQP spec mappings.
2014-10-20 09:49:36 -04:00
Timothy Bish
5a6129b512
https://issues.apache.org/jira/browse/AMQ-5403
...
Remove now unnecessary workaround for older proton-j TTL issue.
2014-10-20 09:42:56 -04:00
Timothy Bish
004568234b
https://issues.apache.org/jira/browse/AMQ-5401
...
Ensure that the sender is closed on error and add some tests for
unsubscribe failures.
2014-10-17 14:58:56 -04:00
Timothy Bish
226e012d88
Restore test case removed last commit.
2014-10-17 12:22:27 -04:00
Kevin Earls
76e29bdf9c
Changed or added timeouts to try to prevent CI hangs
2014-10-17 12:03:04 +02:00
Timothy Bish
41ca0d9464
Add a test case for durable topic unsubscribe.
2014-10-16 16:11:26 -04:00
Timothy Bish
e90f1decb2
https://issues.apache.org/jira/browse/AMQ-5391
...
Fix temp queue creation.
2014-10-15 10:35:36 -04:00
Timothy Bish
78cb1120b7
https://issues.apache.org/jira/browse/AMQ-5391
...
Allow for an anonymous relay using a configurable node name when
creating the new link, default is $relay. Message's that arrive without
a to field set are rejected as this is required for a relay.
2014-10-14 17:32:23 -04:00
Timothy Bish
27833d025e
Remove unused imports
2014-10-14 11:47:48 -04:00
Timothy Bish
78446ad175
https://issues.apache.org/jira/browse/AMQ-5395
...
Check for the presence of a prefix before asking for a substring
2014-10-14 11:46:49 -04:00
Dejan Bosanac
838bbebeeb
https://issues.apache.org/jira/browse/AMQ-5379 - amqp prefetch size
2014-10-02 11:32:31 +02:00
Timothy Bish
2d9475c4f0
https://issues.apache.org/jira/browse/AMQ-5346
...
Apply patch for link detach event from @gemmellr
2014-09-30 12:18:00 -04:00
Timothy Bish
80322ce00d
https://issues.apache.org/jira/browse/AMQ-5373
...
Use dynamic ports for the test to avoid clashing with other brokers.
2014-09-30 09:56:24 -04:00
Kevin Earls
025c2316d9
Added timeouts to prevent hangs during CI builds
2014-09-29 14:47:54 +02:00
Timothy Bish
c70d75213e
https://issues.apache.org/jira/browse/AMQ-5352
...
Applied and tested, all tests still passing after this change.
2014-09-09 14:19:39 -04:00
Timothy Bish
b2e6a41661
https://issues.apache.org/jira/browse/AMQ-5350
...
Don't link the AMQP max frame size to the TransportConnector
maxFrameSize value.
2014-09-09 10:59:11 -04:00
Timothy Bish
3afde7bac7
https://issues.apache.org/jira/browse/AMQ-5346
...
need to call free on the amqp resources now to ensure their state data
is all cleaned up.
2014-09-08 17:48:22 -04:00
Timothy Bish
644b96a68a
https://issues.apache.org/jira/browse/AMQ-5346
...
Prepare for the move to Proton 0.8. Use the 1.0-SNAPSHOT builds to
start testing against the changes coming in Proton 0.8
2014-09-08 13:29:10 -04:00
Daniel Kulp
7fe23bce62
Change some of the amqp tests to be more event driven reducing the time by several minutes
2014-07-21 15:56:05 -04:00
Kevin Earls
2b53036b27
Excluding some tests which hang Jenkins on Windows and Solaris, see AMQ-5270
2014-07-10 17:12:09 +02:00
gtully
5aef16ad06
https://issues.apache.org/jira/browse/AMQ-5256 - fix spurious amqp ioexception on concurrent connection protocol discrimination, client would see a hang on open. additional test
2014-07-01 22:34:44 +01:00
Dejan Bosanac
fa086396a7
[maven-release-plugin] prepare for next development iteration
2014-06-05 11:59:29 +02:00
Dejan Bosanac
58dd93e42e
[maven-release-plugin] prepare release activemq-5.10.0
2014-06-05 11:59:17 +02:00
Dejan Bosanac
c2cf78542f
[maven-release-plugin] prepare for next development iteration
2014-06-04 11:33:17 +02:00
Dejan Bosanac
5bc741f227
[maven-release-plugin] prepare release activemq-5.10.0
2014-06-04 11:33:03 +02:00
Dejan Bosanac
1591960887
fixing licenses
2014-06-03 14:03:28 +02:00
Dejan Bosanac
7bfbce9a54
minor cleanup
2014-05-29 16:41:07 +02:00
Dejan Bosanac
e9126f3513
ignore JmsClientRequestResponseTest until we have qpid/proton libs with appropriate fixes
2014-05-29 16:41:06 +02:00