Timothy Bish
ffcd99ac85
https://issues.apache.org/jira/browse/AMQ-5799
...
Add unit test for case of JMS AMQP client changing properties on a
durable sub when resubscribing, not working with current version.
fix: Use existing filters map to avoind creating a new instance.
2015-05-26 18:28:28 -04:00
Timothy Bish
b5c6264789
https://issues.apache.org/jira/browse/AMQ-5799
...
Return the noLocal filter and set selector if one exists for the
existing durable subscription when a lookup is requested.
2015-05-26 17:30:54 -04:00
Timothy Bish
3125caee5b
https://issues.apache.org/jira/browse/AMQ-5794
...
implement transport.connectAttemptTimeout option across the transports
fro OpenWire, STOMP, AMQP and MQTT and add tests to cover.
2015-05-26 12:29:23 -04:00
Timothy Bish
13b915ad19
https://issues.apache.org/jira/browse/AMQ-5795
...
Allow fallback of message transformers when configured one can't handle
the incoming message.
2015-05-22 18:57:42 -04:00
Timothy Bish
f05ff94e5c
https://issues.apache.org/jira/browse/AMQ-4900
...
Strip delivery annotations from the incoming messages when using JMS
transformer, the other transformers don't currently have a way to do
this.
2015-05-20 14:54:13 -04:00
Timothy Bish
7c41ebc912
https://issues.apache.org/jira/browse/AMQ-5778
...
Fixes and some testing around maxFrameSize handling on the AMQP
Transport.
2015-05-18 14:51:56 -04:00
Timothy Bish
3e599a595f
Allow a test to turn of JMX if desired.
2015-05-15 11:03:35 -04:00
Timothy Bish
29fb4a4b3f
Add some additional tests for durable subscription recovery and lookup.
2015-05-14 18:56:34 -04:00
Timothy Bish
a812131db7
Add some tests around honoring the transportConnector maximumConnections
...
option
2015-05-08 13:37:53 -04:00
Timothy Bish
6a2ffca57e
https://issues.apache.org/jira/browse/AMQ-5699
...
Use constant symbols that are now available in v0.9+ of proton-j
2015-05-05 19:04:44 -04:00
Timothy Bish
4b4cf7c09e
https://issues.apache.org/jira/browse/AMQ-5757
...
Add inactivity monitoring and heartbeats to the AMQP transport.
2015-05-05 18:36:15 -04:00
Robert Gemmell
fa81c1ff73
AMQ-5763: ensure we replenish the credit for the transaction coordinator link
...
https://issues.apache.org/jira/browse/AMQ-5763
2015-05-05 19:35:20 +01:00
Timothy Bish
32f21ff1a9
https://issues.apache.org/jira/browse/AMQ-5763
...
Capture the reported issue in a test case to track the fix.
2015-05-05 11:18:17 -04:00
Robert Gemmell
b77eba471d
AMQ-5699: upgrade to Proton 0.9.1 release
...
https://issues.apache.org/jira/browse/AMQ-5699
2015-05-03 15:12:44 +01:00
Timothy Bish
b444b6c463
Fix a couple log messages.
2015-04-28 14:24:45 -04:00
Robert Gemmell
3a5f127d52
AMQ-5738: Ensure the sender links for non-durable consumers also get unregistered, remove duplicate closed field, fix method names.
2015-04-22 10:17:38 +01:00
Timothy Bish
b313209aa2
https://issues.apache.org/jira/browse/AMQ-5711
...
Reject sender / receiver creation when the address is a temp destination
prefixed value but the destination doesn't map down to a temp
destination created using a dynamic link which means the orignal
connection ID where the destination was created cannot be determined.
2015-04-21 17:45:45 -04:00
Timothy Bish
ff1a1c4985
https://issues.apache.org/jira/browse/AMQ-5737
...
lookup transformer using case insensitive compare.
2015-04-21 15:58:06 -04:00
Timothy Bish
2013c6a54f
Update some logging for better coverage
2015-04-16 18:46:40 -04:00
Timothy Bish
a5c2f3f423
https://issues.apache.org/jira/browse/AMQ-5731
...
Add some additional checks and handlers for frames with an invalid size
prefix and ensure that the connection state is torn down broker side.
2015-04-16 14:53:22 -04:00
Timothy Bish
31834ed1fb
https://issues.apache.org/jira/browse/AMQ-5731
...
Ensure that a ShutdownInfo is propagated to the Broker when the AMQP
transport encounters an unrecoverable error.
2015-04-15 18:30:13 -04:00
Timothy Bish
a5a52b6517
add a test that sends multiple messages at a Queue.
2015-04-14 17:22:14 -04:00
Timothy Bish
cb370d06e9
Add a test for the unsettled sate as well, and some logs.
2015-04-14 12:33:05 -04:00
Timothy Bish
b3bf8e74f2
https://issues.apache.org/jira/browse/AMQ-5723
...
Ensure that we settle the delivery state of incoming deliveries that are
already remotely settled so that the resources associated are freed.
2015-04-14 11:18:32 -04:00
Timothy Bish
47f5c08573
turn on informational messages from qpid-jms
2015-04-14 09:29:12 -04:00
Timothy Bish
f0ebda7ef9
Add a bit of logging for link and session level events.
2015-04-13 09:39:05 -04:00
Timothy Bish
25c99a6c36
https://issues.apache.org/jira/browse/AMQ-5707
...
Add support for aborting a slow AMQP consumer and some testing.
2015-04-07 10:32:49 -04:00
Timothy Bish
3d6bb7c392
https://issues.apache.org/jira/browse/AMQ-5704
...
send correct order of preferred SASL mechanisms.
2015-04-01 10:18:01 -04:00
Timothy Bish
b9ed01fa56
https://issues.apache.org/jira/browse/AMQ-5698
...
Ensure that wireFormat transport options get applied
2015-03-31 12:36:00 -04:00
Timothy Bish
351d4b9dea
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some additional tests to validate AMQP behavior
2015-03-30 17:20:52 -04:00
Timothy Bish
e333fd957b
https://issues.apache.org/jira/browse/AMQ-5591
...
Clean up SASL authentication code to make it easier to add new
mechanisms.
2015-03-30 16:41:34 -04:00
Timothy Bish
af13292916
https://issues.apache.org/jira/browse/AMQ-5684
...
Whem possible restore the orignal MessageId value from the incoming
message.
2015-03-27 18:59:34 -04:00
Timothy Bish
f56ea45e58
https://issues.apache.org/jira/browse/AMQ-5684
...
Adds a new test case to use when investigating AmqpNetLite test failures
with the 'JMS' transformer used on the AMQP TransportConnector.
2015-03-27 17:31:46 -04:00
Timothy Bish
05ff52dc15
https://issues.apache.org/jira/browse/AMQ-5413
...
https://issues.apache.org/jira/browse/AMQ-5433
https://issues.apache.org/jira/browse/AMQ-5647
https://issues.apache.org/jira/browse/AMQ-5684
Adds support for AMQP drain and fixes some issues around incorrect
dispatching and credit handling. Should resolve several issues that
have been seen using test suites from AmqpNetLite and other AMQP
clients.
2015-03-27 15:11:38 -04:00
Timothy Bish
3306467a64
https://issues.apache.org/jira/browse/AMQ-5591
...
Refactoring of the AMQP protocol stack to allow for more flexibility in
adding support for some additional AMQP semantics and group together
common functionality handling to avoid having to fix simillar issues in
multiple places.
2015-03-24 18:09:28 -04:00
Timothy Bish
cdb60d74b8
https://issues.apache.org/jira/browse/AMQ-5606
...
Clean up Joram test classes and enable all tests now using new client.
2015-03-24 13:29:24 -04:00
Timothy Bish
197dcb162e
https://issues.apache.org/jira/browse/AMQ-5606
...
Enable test for temporary topic creation now as the new client supports
these using JMS mapping defined creation methods.
2015-03-24 13:17:55 -04:00
Timothy Bish
3051882f92
https://issues.apache.org/jira/browse/AMQ-5606
...
Switch to the new QPid JMS client v0.1.0
2015-03-23 12:15:49 -04:00
Timothy Bish
85d9d4e941
https://issues.apache.org/jira/browse/AMQ-5666
...
Test that a receiver can also create temporary destinations when it has
a Source configured as dynamic, also test that link close destroys the
temporary destinations.
2015-03-19 10:40:46 -04:00
Timothy Bish
8e6a404d5e
https://issues.apache.org/jira/browse/AMQ-5666
...
Create some tests that exercise creating temp destinations using sender
links with dynamic targets
2015-03-18 18:12:02 -04:00
Timothy Bish
4228e3d3e8
https://issues.apache.org/jira/browse/AMQ-5666
...
Tests around durable subscription lookup and reattach.
2015-03-18 15:00:11 -04:00
Timothy Bish
ca456c4601
https://issues.apache.org/jira/browse/AMQ-5559
...
Fix and tests for filter handling on attach. We only support JMS
selector and NoLocal type filters for receivers so only report those
back, all others are dropped to indicate we will not honor them.
2015-03-17 18:44:24 -04:00
Timothy Bish
1a0f73ed19
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some tests and cleanup of the testing client
2015-03-17 15:28:48 -04:00
Timothy Bish
934ad44add
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some initial tests for durable subscription handling.
2015-03-16 17:51:45 -04:00
Timothy Bish
6a6ef45ee0
https://issues.apache.org/jira/browse/AMQ-5661
...
Always honor the link credit as true prefetch value for the
subscription. Enables previously failing test to verify.
2015-03-13 18:20:26 -04:00
Timothy Bish
72839b78a7
https://issues.apache.org/jira/browse/AMQ-5602
...
Functional client with added tests to start to cover various
expectations of an AMQP broker and some tests for expectations of a JMS
mapping compliant broker.
2015-03-13 15:47:30 -04:00
Timothy Bish
185213b44a
https://issues.apache.org/jira/browse/AMQ-5655
...
Provide the open failed property when the broker sends an error
response, otherwise send the normal connection properties on the open.
2015-03-10 14:55:11 -04:00
Timothy Bish
528c25c6d8
https://issues.apache.org/jira/browse/AMQ-5648
...
Add new destiantion type annotation on outbound messages through the JMS
transformer.
2015-03-06 11:49:55 -05:00
Robert Gemmell
84c7c3cdf8
AMQ-5560: fixes typo in exception and drop extra cast
...
https://issues.apache.org/jira/browse/AMQ-5560
2015-03-06 10:26:30 +00:00
Timothy Bish
aea771faf6
https://issues.apache.org/jira/browse/AMQ-5560
...
Check both the symbolic and numeric id values when searching filters.
2015-03-05 14:01:06 -05:00
Timothy Bish
ace101a03a
https://issues.apache.org/jira/browse/AMQ-5560
...
Use the type descriptor and not the key, also check object type since
Map from Proton is not enforcing. Remove some dead code and uneeded
mutex locks for id generation.
2015-03-05 12:40:47 -05:00
Timothy Bish
fe9e38622d
Merge branch 'master' into amqp-sasl-auth
2015-03-04 14:10:50 -05:00
Timothy Bish
67ccfcad88
https://issues.apache.org/jira/browse/AMQ-5470
...
Allow for early SASL authentication and failure if credentials not
valid.
2015-03-04 14:06:04 -05:00
Robert Gemmell
6b18857b53
AMQ-5637: support mapping between the AMQP Subject field and JMSType header
...
https://issues.apache.org/jira/browse/AMQ-5637
2015-03-04 18:44:23 +00:00
Timothy Bish
ad57cc6fcb
https://issues.apache.org/jira/browse/AMQ-5631
...
Support for temporary topic delete
2015-03-03 15:55:28 -05:00
Timothy Bish
2ec586f267
https://issues.apache.org/jira/browse/AMQ-5593
...
Add support for JMS mapping compliant temp topic and temp queue creation
as well as responding correctly to authorization errors if the
connection has no rights to create them. Also cleans up code to use a
consistent createDestination implementation that uses the names only and
not attempt to interpret the client only destination annotations.
2015-03-03 13:02:36 -05:00
Timothy Bish
bb83bf5746
https://issues.apache.org/jira/browse/AMQ-5606
...
if the client throws the correct exception type, don't fail the test.
2015-03-02 11:19:57 -05:00
Timothy Bish
adef03e5a4
https://issues.apache.org/jira/browse/AMQ-5617
...
Fix tests to always set an client ID for the durable subscription cases,
the legacy client doesn't seem to care but the new one will throw an
exception if not set.
2015-02-27 19:11:01 -05:00
Timothy Bish
7af7c0143f
https://issues.apache.org/jira/browse/AMQ-5597
...
Clean up the durable subscription unsubscribe handling to be in line
with the AMQP JMS mapping spec and switch to the QPid 0.32-SNAPSHOT
build for now to allow us to track and other changes we might want to
feed back there before release.
2015-02-27 12:18:49 -05:00
Timothy Bish
b5ef92814e
https://issues.apache.org/jira/browse/AMQ-5617
...
Direct all the JMSClient tests to use the indirect calls to create their
connection, the Joram tests are a bit harder to make generic and can
wait for now.
2015-02-26 17:35:04 -05:00
Timothy Bish
eaf773da57
https://issues.apache.org/jira/browse/AMQ-5617
...
Fix test failure and give it a more meaningful name.
2015-02-26 16:06:33 -05:00
Timothy Bish
276ef15024
remove a warning.
2015-02-26 15:23:26 -05:00
Timothy Bish
240278dbef
https://issues.apache.org/jira/browse/AMQ-5617
...
Consolidate remaining dirct JMS client type usages to the context.
Rename some tests so be consistent.
2015-02-26 15:22:45 -05:00
Timothy Bish
8f0bf6060a
https://issues.apache.org/jira/browse/AMQ-5617
...
Refactor as a general test case that covers the scenario accross all the
transport types.
2015-02-26 15:06:16 -05:00
Timothy Bish
4fa420bbd1
https://issues.apache.org/jira/browse/AMQ-5617
...
Absorbe these into the general JMSClientTest that covers all four
transport types.
2015-02-26 14:48:57 -05:00
Timothy Bish
12202c9702
https://issues.apache.org/jira/browse/AMQ-5617
...
Rename these and move to the general tests folder as they cover specific
use cases that are applicable beyond the issue the were created for.
2015-02-26 14:47:12 -05:00
Timothy Bish
7a8085c0a4
https://issues.apache.org/jira/browse/AMQ-5617
...
Remove this older test as the test in JMSClientTest ->
testProduceConsumer covers this accross all four transport variants.
2015-02-26 14:35:51 -05:00
Timothy Bish
36bd069e8f
https://issues.apache.org/jira/browse/AMQ-5617
...
First pass removes most direct usages of the qpid client bits and cleans
up some tests so that they all start to use the common test support
class features.
2015-02-25 21:16:33 -05:00
Timothy Bish
f988ca6e49
https://issues.apache.org/jira/browse/AMQ-5615
...
reorganize the connection response code to only pump once all state is
process.
2015-02-25 10:17:40 -05:00
Timothy Bish
441973b483
Bump logging to see if we can tell why the session commit hangs in the
...
transacted consumer test.
2015-02-24 13:34:12 -05:00
Timothy Bish
a2b78fdeb0
https://issues.apache.org/jira/browse/AMQ-5604
...
Clean up test start / stop to streamline things and make the tests run
at a bit more reasonable speed.
2015-02-20 11:42:03 -05:00
Timothy Bish
4c272e3081
Should just be turning off the connector not just the bean server.
2015-02-20 10:15:02 -05:00
Robert Gemmell
37b1b6a211
AMQ-5592: remove some unused stale functionlity, bring into line with latest missed commits from current almost-0.9 codebase.
...
https://issues.apache.org/jira/browse/AMQ-5592
2015-02-19 20:00:03 +00:00
Timothy Bish
6e69319606
https://issues.apache.org/jira/browse/AMQ-5592
...
Initial drop of the JMS transformer code to be reworked.
2015-02-17 15:42:45 -05:00
Timothy Bish
94937e855a
https://issues.apache.org/jira/browse/AMQ-5589
...
Reduce the overall time to run the AMQP tests
2015-02-16 16:47:12 -05:00
Timothy Bish
8b36701fc3
https://issues.apache.org/jira/browse/AMQ-5587
...
Add a connect check in the inactivity monitor to account for opened
connections that might drop but not be spotted, in the case where the
connect frame is lost this can lead to connections that aren't fully
opened and won't be cleaned up until the broker detects the socket has
failed.
By default the connection timer is set to 30 seconds, if no connect
frame is read by then the connection is dropped. The broker can be
configured via the 'transport.connectAttemptTimeout' URI option, a value
2015-02-13 17:07:33 -05:00
Timothy Bish
2a0be3b0f0
https://issues.apache.org/jira/browse/AMQ-5550
...
Ensure that the consumer and producer context instances are marked as
closed when creation at the broker end fails.
2015-01-30 10:35:35 -05:00
gtully
ae595c95b1
[maven-release-plugin] prepare for next development iteration
2015-01-30 12:46:19 +00:00
gtully
4ba1a1689f
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-30 12:46:08 +00:00
gtully
bf5a2997c7
[maven-release-plugin] prepare for next development iteration
2015-01-26 16:48:46 +00:00
gtully
eec2955bde
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-26 16:48:37 +00:00
gtully
64fa706d54
Revert "[maven-release-plugin] prepare release activemq-5.11.0"
...
This reverts commit f47fbe4b89
.
2015-01-26 16:39:35 +00:00
gtully
f47fbe4b89
[maven-release-plugin] prepare release activemq-5.11.0
2015-01-26 16:17:43 +00:00
Timothy Bish
c93b6614b4
Adds a test case to validate that JMSXGroupID and Seq are retained over
...
time while messages are produced and consumed. Older ActiveMQ releases
seemed to have an issue in this area due to the Proton-J library used.
Test should help to ensure this does not reappear.
2015-01-21 11:19:11 -05:00
Robert Gemmell
6466ae2bcf
AMQ-5519: use the NOT_FOUND error condition when failing to find a DurableSubscription
...
https://issues.apache.org/jira/browse/AMQ-5519
2015-01-14 16:47:41 +00:00
gtully
cf62d58ae7
https://issues.apache.org/jira/browse/AMQ-5515 - tidy up jetty deps - fix jetty maven coords
2015-01-12 22:58:07 +00:00
Hadrian Zbarcea
aedcae139b
Revert "[maven-release-plugin] prepare release activemq-5.11.0"
...
This reverts commit 48b0cf396c
.
2015-01-05 12:25:58 -05:00
Hadrian Zbarcea
89995f4723
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 7b285c6f52
.
2015-01-05 12:25:47 -05:00
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
Timothy Bish
f2653e6936
Clean up a bit, remove commented out code from other transports.
2014-05-28 15:27:34 -04:00
Timothy Bish
ba519d8bd3
https://issues.apache.org/jira/browse/AMQ-5195
...
Use largest incoming capaity value, broker will do flow control based on
destination policies.
2014-05-23 11:26:55 -04:00
Timothy Bish
9b6f419d44
https://issues.apache.org/jira/browse/AMQ-5195
...
Set session incoming credit value and improves the flow handling to
reduce chatter on each message send, improves overall producer
performance significantly.
2014-05-20 18:26:17 -04:00
Timothy Bish
b9d51bf1d4
Use a fixed buffer to handle incoming deliveries from proton via the
...
receiver.recv method instead of allocating a new byte array each time as
the contents are copied out to create the complete frane
2014-05-15 15:28:02 -04:00
Timothy Bish
b83a3d4388
Add option to turn on an OpenWire TCP endpoint.
2014-05-15 11:58:49 -04:00
Dejan Bosanac
ff64b14bc7
https://issues.apache.org/jira/browse/AMQ-5186 - remove amqp producers
2014-05-15 15:13:01 +02:00
Timothy Bish
8f3e08c7b6
Add an option to allow test cases to easily change the transformer
...
instance used by the AmqpProtocolConverter.
2014-05-14 13:02:28 -04:00
Timothy Bish
38a86b470f
https://issues.apache.org/jira/browse/AMQ-5183
...
Swithc to using Proton's Evet collector for processing engine state
changes. All tests passing locally with this change.
2014-05-12 15:23:42 -04:00
Timothy Bish
1dd34a13b2
Pull out JMS client common test bits into a test support class.
2014-05-12 15:16:03 -04:00
Timothy Bish
683fcda55d
Turn down default logging to DEBUG for tests.
2014-05-12 11:20:11 -04:00
Timothy Bish
8498136f5e
fix for: https://issues.apache.org/jira/browse/AMQ-5004
2014-04-30 10:08:28 -04:00
Hadrian Zbarcea
ed11b067c5
Add missing license headers in preparation of releases
2014-03-31 18:43:54 -04:00
Timothy Bish
da07a11760
https://issues.apache.org/jira/browse/AMQ-4563
...
Fix for client's that use a message Id similar to ActiveMQ's version
which can throw off the ack later on when a stored message is
dispatched.
2014-03-27 11:33:50 -04:00
Timothy Bish
6d8449f053
Speed up these tests by only creating the connector needed for the test
...
so we spend less time starting and stopping the broker for each test
run.
2014-03-27 11:33:50 -04:00
Timothy Bish
359ec25e21
Reduce the use of QPid JMS specific types in this test.
2014-03-27 11:33:50 -04:00
Timothy Bish
13b33da37b
Remove use of deprecated use MessageImpl and load the Proton
...
MessageFactory instead.
2014-03-20 13:05:19 -04:00
Timothy Bish
6972d37e63
Add in transacted producer rollback test.
2014-03-19 14:15:59 -04:00
Timothy Bish
e06e23b9f3
https://issues.apache.org/jira/browse/AMQ-5110
...
Set accepted outcome for successful commit and rollback.
2014-03-19 12:55:43 -04:00
Kevin Earls
4e79e43905
Added @Ignore for AMQ-5102 until proton 0.7 is released
2014-03-14 16:23:45 +01:00
Timothy Bish
1671523076
https://issues.apache.org/jira/browse/AMQ-5096
...
Return proper error code for unathorized access.
2014-03-12 16:13:04 -04:00
Kevin Earls
c8a5fb769e
Fix for https://issues.apache.org/jira/browse/AMQ-5073
2014-03-11 14:58:13 +01:00
Kevin Earls
87420cc455
Fix for AMQ-5093. amqp+nio and amqp+nio+ssl were failing on large messages
2014-03-11 12:00:16 +01:00
Timothy Bish
da5d0d819e
Clean up some imports and get rid of some warnings throught the code.
2014-03-07 18:12:04 -05:00
Timothy Bish
ddf0b2a309
Adds a basic request / response test using temp topic and temp queue for
...
reply to destination.
2014-03-07 18:07:58 -05:00
Timothy Bish
f555d90e92
Adds a test for anonymous Producers
2014-03-06 12:39:30 -05:00
Kevin Earls
2360fb8596
Fix for AMQ-5073, updated AmqpNioSslTransport.java to propery handle frames. Also fixed bugs in amqp test, as seen in AMQ-5062
2014-02-28 10:58:15 +01:00
Timothy Bish
da72aa6570
https://issues.apache.org/jira/browse/AMQ-5075
2014-02-24 16:09:46 -05:00
Kevin Earls
28c565c266
See https://issues.apache.org/jira/browse/AMQ-5062 . Added @Ignore while I work on these tests so they stop causing CI builds to hang
2014-02-19 10:30:58 +01:00
Kevin Earls
dc0996d1e5
Restored most of the tests, see AMQ-4978
2014-02-18 14:44:53 +01:00
Kevin Earls
2ba6689ee5
Removed AutoFailTestSupport and changed surefire fork behavior to help with some runtime issues with AMQP tests, including AMQ-5062
2014-02-18 14:43:58 +01:00
Kevin Earls
3a48b654c6
Uncommented UnifiedSessionTest, it's now working
2014-02-18 11:30:25 +01:00
Kevin Earls
7453b77cd7
Added UnifiedSessionTest, fixed by AMQ-5042
2014-02-18 11:09:32 +01:00
Kevin Earls
da63f3f20a
Fix for https://issues.apache.org/jira/browse/AMQ-5042 . Handles receiving multiple frames at once from an nio channel
2014-02-18 10:52:37 +01:00
Hadrian Zbarcea
7b555c2898
AMQ-5047. Fix packaging issues related to maven version
2014-02-15 16:15:04 -05:00
Timothy Bish
99d533c060
Add timouts to tests that currently lack them.
2014-02-11 13:53:17 -05:00
Timothy Bish
d8c2eda6e8
Add a NIO variant of the JMS clent tests for working through NIO
...
transport issues.
2014-02-11 12:05:46 -05:00
Timothy Bish
be6b4830ec
AMQ-5041 fix mistaken change of test to the nio port and revert ignored
...
tests.
2014-02-11 10:17:49 -05:00
Kevin Earls
a165054df9
Added multiple @Ignores to keep this test from hanging and blocking CI builds. AMQ-5041
2014-02-11 14:39:40 +01:00
Timothy Bish
42d006f2b6
Enable some of the NIO joram tests so we can get an idea of what the
...
state of things is now that Proton and QPid client's are updated.
2014-02-10 17:03:49 -05:00
Timothy Bish
301866d151
enable frame tracing in few more test cases
2014-02-10 15:27:35 -05:00
Timothy Bish
cdfb562455
Add a timeout in case of hang.
2014-02-10 13:25:47 -05:00
Timothy Bish
1e7dc12c30
Add test case for session with local transactions.
2014-02-10 13:25:47 -05:00
Kevin Earls
e80cb78616
Increased timeout on testSendHugeMessage, fix for AMQ-5036
2014-02-10 14:03:45 +01:00
Timothy Bish
e102e64e9d
Use non-deprecated output methods for proton to allow for faster bulk
...
sends of outbound amqp frames.
2014-02-04 12:47:42 -05:00
Timothy Bish
69e6ad8cf3
Add additional tests for connection loss exception handling.
2014-01-30 15:24:19 -05:00
Hiram Chirino
875822de51
Fixes AMQ-5002: Support receiving AMQP messages which do not have the timestamp set but the expiration is set.
2014-01-30 09:51:53 -05:00
Timothy Bish
f5e54cf75c
fix typo in enum where tests were commented out.
2014-01-29 17:20:59 -05:00
Timothy Bish
2f9c43f11f
don't trace frames
2014-01-29 14:39:10 -05:00
Timothy Bish
19344991af
Add some additional logs
2014-01-29 12:41:43 -05:00
Timothy Bish
8b993b4dc6
Couple of changes to allow for some performance analysis.
2014-01-29 12:28:55 -05:00
Kevin Earls
82cd256683
Commented out most test cases because of CI hangs. See AMQ-4978
2014-01-20 11:41:13 +01:00
Timothy Bish
3d63ca75fb
Use the AMQP JMS client's setTopicPrefix and setQueuePrefix on the
...
ConnectionFactory to make the JMS client usage simpler.
2014-01-15 09:46:43 -05:00
gtully
efb988655c
https://issues.apache.org/jira/browse/AMQ-4741 - move to .26-SNAPSHOT for qpid jms and reinstate factory.setSyncPublish - amqp tests all pass with that which is smashing
2014-01-09 14:46:48 +00:00
gtully
a33a4e7693
https://issues.apache.org/jira/browse/AMQ-4741 - revert factory.setSyncPublish which seems to need .026 of qpid jms client
2014-01-09 14:09:51 +00:00
Timothy Bish
efc51fa448
https://issues.apache.org/jira/browse/AMQ-4741
...
Set state to accepted if message received is properly handled.
2014-01-08 17:28:39 -05:00
Timothy Bish
283cdd0502
https://issues.apache.org/jira/browse/AMQ-4914
...
Up the max frame size to a value of 1mb so that we are restricted by the
default in the QPid client which is 32k.
2014-01-08 11:27:39 -05:00
Timothy Bish
3af70ba285
https://issues.apache.org/jira/browse/AMQ-4962
...
ensure immediate removal of connection MBean
2014-01-06 17:38:41 -05:00
Timothy Bish
cf2083f06b
https://issues.apache.org/jira/browse/AMQ-4962
...
Test that demonstrates the issue.
2014-01-06 16:40:56 -05:00
Timothy Bish
c387e842ee
https://issues.apache.org/jira/browse/AMQ-4920
...
And code to prevent concurrent writes to a message when dispatched to
multiple Topic consumers.
2013-12-17 15:22:08 -05:00
Timothy Bish
7c01c9b581
Ignore the TTL test for now, needs fixes in both AMQP JMS and in Proton
2013-12-17 15:21:02 -05:00
Timothy Bish
a6d05daba6
Make sure there are Topic consumers online before starting to send
...
otherwise they can miss a message and the test fails when it shouldn't
2013-12-16 14:37:06 -05:00
Timothy Bish
e1e8c5b083
Some additional JMS Tests focused on Topics. Useful when updating the
...
AMQP JMS Client version as it shows some new problem in the latest
SNAPSHOT builds.
2013-12-11 16:58:08 -05:00
Timothy Bish
78c4e43372
Allow the createBroker method to be overriden in other tests.
2013-12-11 15:30:13 -05:00
Kevin Earls
7cf5c240a2
Test to reproduce AMQ4920
2013-12-05 12:50:55 +01:00
Timothy Bish
f0334862a2
Adds several test cases which show some JMS client issues, most are
...
resolved by moving on to v 0.26-SNAPSHOT
2013-12-02 15:14:11 -05:00
Kevin Earls
cfeea7797d
Test to reproduce AMQ-4914 with the failing part @Ignored for now
2013-12-02 17:52:30 +01:00
Timothy Bish
e3fed4b57a
Add some methods for stoppng and restarting broker during tests.
2013-11-27 14:02:05 -05:00
Kevin Earls
0d38840051
Commented out UnifiedSessionTest because of CI hangs, see AMQ-4375
2013-11-07 14:53:27 +01:00
gtully
864aa6798f
[maven-release-plugin] prepare for next development iteration
2013-10-14 23:38:35 +01:00
gtully
87c9bbebac
[maven-release-plugin] prepare release activemq-5.9.0
2013-10-14 23:38:22 +01:00
gtully
ee0933c71e
[maven-release-plugin] prepare for next development iteration
2013-10-11 14:51:36 +01:00
gtully
b276006911
[maven-release-plugin] prepare release activemq-5.9.0
2013-10-11 14:51:24 +01:00
Timothy Bish
7319697da5
https://issues.apache.org/jira/browse/AMQ-4753
...
Adds more NIO+SSL test via Joram test runs.
2013-10-09 11:21:28 -04:00
Timothy Bish
0f9a347996
https://issues.apache.org/jira/browse/AMQ-4753
...
Quick fix for getting past protocol discrimination and passing on proper
Buffers of data to the protocol converter.
2013-10-08 17:53:51 -04:00
Timothy Bish
6b9662440e
https://issues.apache.org/jira/browse/AMQ-4375
...
Remove hanging test from build for now.
2013-09-30 14:33:39 -04:00
Timothy Bish
fba8e25563
apply patch for: https://issues.apache.org/jira/browse/AMQ-4713
2013-09-19 07:00:26 -04:00
Hiram Chirino
8d5b9a5587
Adding hooks so that in the future we can more easily support handling older versions of the AMQP protocol.
2013-09-18 15:26:07 -04:00
Timothy Bish
e1bbde7302
https://issues.apache.org/jira/browse/AMQ-4721
...
Upgrade to latest slf4j library and update many LOG statements to use
proper calls (no string concats). Removes many uneeded isXXXEnabled
checks to clean up the code.
2013-09-13 14:53:41 -04:00
Timothy Bish
edc1599018
fixes for: https://issues.apache.org/jira/browse/AMQ-4641
2013-09-05 12:06:30 -04:00
Timothy Bish
ebe54c46b3
Fix and tests for: https://issues.apache.org/jira/browse/AMQ-4596
...
Updates to proton 0.5
2013-09-04 10:26:44 -04:00
Timothy Bish
d2f4d76f83
apply patch for: https://issues.apache.org/jira/browse/AMQ-4696
2013-09-03 16:13:53 -04:00
Timothy A. Bish
ddd4d9fff2
fix add missing file from https://issues.apache.org/jira/browse/AMQ-4655
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1511780 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 13:45:18 +00:00
Timothy A. Bish
0f6561bae0
fix and tests for: https://issues.apache.org/jira/browse/AMQ-4651
...
ensure consumers get removed from the session on close.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1509291 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 15:25:23 +00:00
Timothy A. Bish
ed5d841c21
fix and tests for: https://issues.apache.org/jira/browse/AMQ-4651
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1509046 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 22:05:27 +00:00
Timothy A. Bish
4a270fe1f0
apply patch for: https://issues.apache.org/jira/browse/AMQ-4655
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1507346 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 15:08:52 +00:00
Timothy A. Bish
c5c4caadcf
https://issues.apache.org/jira/browse/AMQ-4651
...
Some new tests showing existing problems with AMQP transacted consumer handling.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1507146 13f79535-47bb-0310-9956-ffa450edef68
2013-07-25 22:32:56 +00:00
Timothy A. Bish
3940f2dffd
https://issues.apache.org/jira/browse/AMQ-4640
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1506079 13f79535-47bb-0310-9956-ffa450edef68
2013-07-23 14:51:00 +00:00
Timothy A. Bish
1e5dac11fa
https://issues.apache.org/jira/browse/AMQ-4640
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1506078 13f79535-47bb-0310-9956-ffa450edef68
2013-07-23 14:50:40 +00:00
Christian Posta
25d774b6dd
added a test to AMQP JMSTestClient showing selectors works
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1502092 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 03:09:48 +00:00
Hiram R. Chirino
7938cc6943
Fixes AMQ-4376 - JoramJmsTest QueueBrowserTest.testSenderBrowser fails intermittently.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1495058 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 15:43:54 +00:00
Hiram R. Chirino
e8eb58ada3
Improve how trace logging is handled in the AMQP transport.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1495057 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 15:43:44 +00:00
Hiram R. Chirino
fec73ddbc1
Better debug settings for when working /w amqp.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1494217 13f79535-47bb-0310-9956-ffa450edef68
2013-06-18 17:25:03 +00:00
Timothy A. Bish
bbab23ee7b
Improve logging.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1493136 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 16:06:55 +00:00
Timothy A. Bish
205c6bec88
Fix for potential NPE
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1493110 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 15:18:51 +00:00
Timothy A. Bish
44e3c22652
fix for failing test case.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1492373 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 19:05:53 +00:00
Timothy A. Bish
6cd3bd06a7
Add some more asserts to the test and clean up logging in the protocol converter, replace all the System.out.println calls
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1492251 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 15:42:09 +00:00
Timothy A. Bish
3513728f0f
Add some more asserts to the test and clean up logging in the protocol converter, replace all the System.out.println calls
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1492250 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 15:41:56 +00:00
Timothy A. Bish
d338d8a0d6
https://issues.apache.org/jira/browse/AMQ-4568
...
fix potential NPE
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490317 13f79535-47bb-0310-9956-ffa450edef68
2013-06-06 15:07:39 +00:00
Timothy A. Bish
bfed9df3b7
https://issues.apache.org/jira/browse/AMQ-4568
...
fix potential NPE
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490311 13f79535-47bb-0310-9956-ffa450edef68
2013-06-06 14:51:52 +00:00
Timothy A. Bish
8bd40e7665
patch for https://issues.apache.org/jira/browse/AMQ-4568 to add a test timeout
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1489465 13f79535-47bb-0310-9956-ffa450edef68
2013-06-04 15:15:50 +00:00
Hiram R. Chirino
3bfb4426b0
Fixes compiler error in last leveldb fix.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1489036 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 15:46:48 +00:00
Timothy A. Bish
acc51e693e
fix recent commit requires leveldb-store as test dep.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1489029 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 15:31:42 +00:00
Hiram R. Chirino
bb30abf774
Try to avoid the 'short record at position' LevelDB error reported at: http://activemq.2283324.n4.nabble.com/Activemq-5-9-leveldb-replication-issue-tp4667495p4667674.html
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1489019 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 14:55:57 +00:00
Hiram R. Chirino
eec7d7404a
Related to AMQ-4563: Added test cases where we select against the JMSMessageID and fixed a bug that was causing it to fail.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1488376 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 19:56:12 +00:00
Hiram R. Chirino
b2b4fc81f7
Fix for AMQ-4563: Changes the KahaDB store to use a more consistent key for message ids. MessageId.toString can change depending on how the message was encoded.
...
Support storing the externally generated message id of a message in the MessageID class so that Selectors can operate against that external message id.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1488353 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 18:53:48 +00:00
Timothy A. Bish
478d982440
updates for the log4j config.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1488051 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 23:35:44 +00:00
Timothy A. Bish
059258b195
Add some more tracing capabilities
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1488048 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 23:22:16 +00:00
Timothy A. Bish
03a2c5e81e
https://issues.apache.org/jira/browse/AMQ-4563
...
Updated the test case some more, shows that its a problem with the MessageId handling when we receive Messages from the AMQP JMS client, when we use our own JMS client to send the the IDs are correct and we can properly ack them
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1487950 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 18:07:54 +00:00
Timothy A. Bish
6fa059837f
https://issues.apache.org/jira/browse/AMQ-4563
...
Adding in test case to get this on our radar
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1487905 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 16:10:47 +00:00
Timothy A. Bish
0766a18953
fix for: https://issues.apache.org/jira/browse/AMQ-4559
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1486959 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 15:11:38 +00:00
Timothy A. Bish
b62648b8d7
fix for: https://issues.apache.org/jira/browse/AMQ-4560
...
ensure dispatched Messages are set to Read Only mode before passing onto the transformer.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1486951 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 15:04:25 +00:00
Hiram R. Chirino
943011e92e
Remove commented out tests.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1478549 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 21:07:41 +00:00