Class RabbitMQNotificationPublisherIT

java.lang.Object
com.reallifedeveloper.common.infrastructure.messaging.RabbitMQNotificationPublisherIT

@Disabled("Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host \'/\'") public class RabbitMQNotificationPublisherIT extends Object
  • Constructor Details

    • RabbitMQNotificationPublisherIT

      public RabbitMQNotificationPublisherIT()
  • Method Details

    • singleNotificationSingleListener

      @Test public void singleNotificationSingleListener() throws Exception
      Throws:
      Exception
    • multipleNotificationsMultipleListeners

      @Test public void multipleNotificationsMultipleListeners() throws Exception
      Throws:
      Exception
    • constructorSingleArgumentWrongHost

      @Test public void constructorSingleArgumentWrongHost()
    • constructorHostPortWrongPort

      @Test public void constructorHostPortWrongPort()