The TopicRequestor helper class simplifies
making service requests.
Namespace:
Kaazing.JMSThe TopicRequestor constructor is given a non-transacted ITopicSession and a destination ITopic. It creates a ITemporaryTopic for the responses and provides a request method that sends the request message and waits for its reply.
This is a basic request/reply abstraction that should be sufficient for most uses. JMS providers and clients are free to create more sophisticated versions.
Assembly: Kaazing.JMS (in Kaazing.JMS.dll)
Syntax
Visual Basic |
---|
Public Class TopicRequestor |
C# |
---|
public class TopicRequestor |
Visual C++ |
---|
public ref class TopicRequestor |