Interface IChannelNamer


public interface IChannelNamer
  • Method Summary

    Modifier and Type
    Method
    Description
    getChannelName(String theNameComponent, IChannelSettings theChannelSettings)
    Broker clients call this service to qualify the channel name before calling the broker.
  • Method Details

    • getChannelName

      String getChannelName(String theNameComponent, IChannelSettings theChannelSettings)
      Broker clients call this service to qualify the channel name before calling the broker.
      Parameters:
      theNameComponent - the component of the queue or topic name
      theChannelSettings -
      Returns:
      the fully qualified the channel the client will use to name the queue or topic