Re: Camel 1.6/2.0 MINA UDP issue

2009-04-23 Thread albiii
the network to listen on would be a natural fit in Camel Mina, do you concur ? -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p23201393.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-26 Thread Claus Ibsen
identified an issue and fixed it in camel-mina on trunk. Thanks to Orton for providing a sample case that surfaced the issue. Now it works like a charm and doesnt stall using UDP. -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22714860.html

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-12 Thread Claus Ibsen
)                                         at edu.mit.ll.test.clients.UDPCamelClient.main(UDPCamelClient.java:84) -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22441278.html Sent from the Camel - Development (activemq) mailing list archive

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-12 Thread Claus Ibsen
(UDPCamelClient.java:70)                                         at edu.mit.ll.test.clients.UDPCamelClient.main(UDPCamelClient.java:84) -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22441278.html Sent from the Camel - Development (activemq) mailing list

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread Claus Ibsen
? Are you using Camel to be the Mina server as well? Or do you send it to another JVM? Using TCP that works. Are you using the exact same sample but just change udp to tcp in the endpoint URI? Orton -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread Claus Ibsen
change udp to tcp in the endpoint URI? Orton -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22426433.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Open

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread orton
in the endpoint URI? I send the exact same samples with UDP and TCP... Just tried the multicast one and it gives me the same issue as the UDP one... -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22434032.html Sent from the Camel - Development

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread Claus Ibsen
you try again with a version of Camel that has the fix build. The problem would probably not manifest itself if you use 2 separate JVM's - 1 for server, 1 for client -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22434032.html Sent from

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread orton
? Sorry, still a little new to Camel and not sure how that option affects things? Thanks again!! -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22434468.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread orton
to a million packets and it doesn't stop) -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22439406.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.

Re: Camel 1.6/2.0 MINA UDP issue

2009-03-10 Thread orton
) at edu.mit.ll.test.clients.UDPCamelClient.main(UDPCamelClient.java:84) -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22441278.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.

Camel 1.6/2.0 MINA UDP issue

2009-03-09 Thread orton
(exchange); } producer.stop(); } I looked through various forums and saw some memory leak issues, but wasn't sure if this is related? If anyone can help, would be much appreciated!! Orton -- View this message in context: http://www.nabble.com/Camel-1.6-2.0-MINA-UDP