Java and C# communication via message queue -
i have application in c#, extracting info files. want send extracted info java application via message queue. have no experience message queue. don't want utilize web services.
which message broker best one? i have domain models in c# need send java app. how it? these plain poco classes. should serialize them xml, string, send byte array, , in java side reverse order?
you can utilize rabbitmq .it's easy utilize , back upwards huge number of developer platform.
java c# message-queue
No comments:
Post a Comment