Can NIProvider be connected straight to a simple consumer without TREP in the middle?
I have an application, which uses a non interactive provider to publish messages to TREP. For testing purposes I would like to connect this application to some kind of a simple consumer application (preferably in Java) to consume those messages. I do not want to have TREP in the middle though.
Is that possible? Please answer with complete code examples if possible. Thanks