psdi.iface.jms

Class MessageErrorHandlerFactory

    • Field Detail

      • integrationLogger

        protected static final MXLogger integrationLogger
    • Method Detail

      • getInstance

        public static MessageErrorHandlerFactory getInstance()
        Get the handle on singleton
        Returns:
        MessageErrorHandlerFactory
      • getMsgErrHandler

        public MessageErrorHandler getMsgErrHandler(java.lang.String queue)
        Get the relevant message error handler instance
        Parameters:
        queue - queue name for which the msg error handler is needed
        Returns:
        Message Error Handler
      • refreshErrorHandlers

        public void refreshErrorHandlers()
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object.
        Returns:
        ERRORHANDLER