Simplest way to read a Java MapMessage in .NET

Options
fijimf
fijimf Member Posts: 6

I'm replacing an old TibRv system we have where the message producer is a Java application and the message consumer is a .NET application. Using a MapMessage seemed the most natural way to go, since that had a very similar interface to the TibRv libraries we had been using. After porting the Java applications over, it came time to port the .NET clients over. I'm far less comfortable in c# than I am in Java, but its not at all clear to me what the .NET API can do with my MapMessage.

Am I missing something in the documentation ( I hope I am), or do I have to roll my own using the binary payload and the SDTMap in the .NET API?

Thanks,

Jim

Comments