rv

How to get better performances using TIBCO RV from C#?

I'm using TIBCO RV .NET API (TIBCO.Rendezvous.dll). Do you know if there is a better way, in term of performance, to receive and read messages from a RV channel in C#? I found the Message type - the logical wrapper over a RV message - being quite heavy. Getting a field by name or by index could be pretty slow, especially when we consid...

RV C# Client from Java Publisher

Does anyone know whether its possible to have a C# client subscribing for messages from a Java Publisher? I'm interested to know how the C# client will handle the different data types - is it possible to just stream a standard Java Pojo and the C# RV client will have some way of unmarshalling this? ...

Can JMX be used to Monitor TIBCO Rendzevous

We would like to monitor TIBCO Rendzevous using JMX. Is it possible , if yes, How we can do it. Thanks in Advance ...