org.fcrepo.client.messaging
Interface MessagingClient

All Known Implementing Classes:
JmsMessagingClient

public interface MessagingClient

A client used to receive messages.

Author:
Bill Branan

Method Summary
 void start()
          Starts the client, begins listening for messages
 void stop(boolean unsubscribe)
          Stops the client, stops listening for messages, and closes down connections
 

Method Detail

start

void start()
           throws MessagingException
Starts the client, begins listening for messages

Throws:
MessagingException

stop

void stop(boolean unsubscribe)
          throws MessagingException
Stops the client, stops listening for messages, and closes down connections

Parameters:
unsubscribe - - set to true in order to remove all durable subscriptions
Throws:
MessagingException


Copyright © 2012 DuraSpace. All Rights Reserved.