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

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

After the last checkin, the receiver and sender shims are called concurrently. 
The receiver shim is started first, and the sender shim following that. The 
test ends when both shims complete.

> Allow receiver and sender to operate concurrently for operation against 
> Dispatch Router
> ---------------------------------------------------------------------------------------
>
>                 Key: QPIDIT-36
>                 URL: https://issues.apache.org/jira/browse/QPIDIT-36
>             Project: Apache QPID IT
>          Issue Type: Sub-task
>          Components: JmsMessageTest, SimpleTypeTest
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> Currently the test framework is a single-threaded program which first sends 
> test messages by executing the send shim, then receives them by executing the 
> receive shim. This will work as long as the broker can store messages in 
> queues until the receive shim can retrieve them.
> When testing against the Dispatch Router in a brokerless configuration, there 
> is no entity which can store-and-forward messages.  For this case, it is 
> necessary that the receiver is first started, and while it is running, the 
> sender then sends messages.  This requires concurrent execution of both shims.
> The test frameworks need to be modified to allow for the concurrent execution 
> of both shims.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to