mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
CORDA-1416: Upgrade version of Proton-J library (#3050)
* CORDA-1416: Upgrade version of Proton-J library * CORDA-1416: Compilation fixes following Proton-J upgrade Reflects: https://issues.apache.org/jira/browse/PROTON-1712 and https://issues.apache.org/jira/browse/PROTON-1672 * CORDA-1416: Add an integration test to prove that data saved by from previous version can be read. * CORDA-1416: Add additional check validate serialized form.
This commit is contained in:
@ -152,7 +152,7 @@ class ProtonWrapperTests {
|
||||
artemis.session.createQueue(sendAddress, RoutingType.ANYCAST, "queue", true)
|
||||
val consumer = artemis.session.createConsumer("queue")
|
||||
val testData = "Test".toByteArray()
|
||||
val testProperty = mutableMapOf<Any?, Any?>()
|
||||
val testProperty = mutableMapOf<String, Any?>()
|
||||
testProperty["TestProp"] = "1"
|
||||
val message = amqpClient.createMessage(testData, sendAddress, CHARLIE_NAME.toString(), testProperty)
|
||||
amqpClient.write(message)
|
||||
|
Reference in New Issue
Block a user