[ 
https://issues.apache.org/jira/browse/QPIDIT-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim van der Riet resolved QPIDIT-1.
-----------------------------------
    Resolution: Fixed

Initial checkin of 3 components:

1. AMQP Simple Type test framework which sends test values for each AMQP simple 
type through the command-line to a pair of 'shims' written in the target client 
language. One shim, the sender is responsible for accepting the type 
information and values on the command-line and sending a message per value 
using the correct AMQP encoding for the type. The second shim, the receiver, is 
responsible for accepting the type information and the number of messages to 
receive from the command-line and to recieve those messages. They are decoded 
using the correct AMQP decoding and the values are printed to the standard out, 
which in turn are received by the test framework and compared to the original 
list.

2. A Proton Python shim, which implements the sender and receiver shims using 
the Proton Python binding.

3. A Qpid-JMS shim, which implements the sender and receiver shims using 
Qpid-JMS.

Not all types are working in all shims, and interconnectivity issues between 
the clients are present. These issues will be tracked through individual JIRAs 
in this project. This checkin should serve to show the community the work done 
thus far; to illustrate the approach and to invite participation from the rest 
of the community.

> Initial code import
> -------------------
>
>                 Key: QPIDIT-1
>                 URL: https://issues.apache.org/jira/browse/QPIDIT-1
>             Project: Apache QPID IT
>          Issue Type: Task
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> Import initial implementation code. This code is experimental in nature and 
> is designed to give an idea on how to implement this project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to