History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MULE-1490
Type: Patch submission Patch submission
Status: Open Open
Priority: Trivial Trivial
Assignee: Stephen Fenech
Reporter: Marco D'Alia
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Mule

Mina based TCP transport

Created: 10/Mar/07 12:45 PM   Updated: 14/Jun/07 08:27 AM
Component/s: Transport: TCP / UDP / SSL / Multicast
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: any
Issue Links:
Related
 

Includes test case?: no
Labels:


 Description  « Hide
Tcp transport based on Mina.
It allows the use of asynchronous messages while maintaining the socket open.
Similar to the standard Tcp transport, it can be extended to implement new protocols, sample Http transport provided.

It allow sync/async inbound connections, asynchronous outbound connections and streaming.

It is for mule 1.3, I need some help in integrating it with mule 1.4.

source: http://minamule.madarco.net/svn/transport/mule-transport-mina/trunk/
trac: http://minamule.madarco.net/trac/



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Marco D'Alia - 14/Jun/07 08:27 AM
Hi, I saw there was a change in assignee, is someone going to do a mina-based tcp transport?
Sadly, mine take a slowdown since I was quite busy with my daily work.
However, if can help, my code is released as Public Domain, so feel free to look at it.