Class JmsNotificationService

  • All Implemented Interfaces:
    org.trellisldp.api.NotificationService

    @Deprecated
    public class JmsNotificationService
    extends Object
    implements org.trellisldp.api.NotificationService
    Deprecated.
    Please use the trellis-reactive project instead
    A JMS message producer capable of publishing messages to a JMS broker such as ActiveMQ.
    • Field Detail

      • CONFIG_JMS_QUEUE_NAME

        public static final String CONFIG_JMS_QUEUE_NAME
        Deprecated.
        The configuration key controlling the JMS queue name.
        See Also:
        Constant Field Values
      • CONFIG_JMS_USE_QUEUE

        public static final String CONFIG_JMS_USE_QUEUE
        Deprecated.
        The configuration key controlling whether to use a topic or queue.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JmsNotificationService

        public JmsNotificationService()
        Deprecated.
    • Method Detail

      • emit

        public void emit​(org.trellisldp.api.Notification notification)
        Deprecated.
        Specified by:
        emit in interface org.trellisldp.api.NotificationService