XMLWordPrintable

Details

    • Technical task
    • Resolution: Fixed
    • Major
    • Iteration 17
    • Iteration 14
    • Message bus
    • None
    • Rough

    Description

      Example code from Micheal:

      ((ActiveMQConnection)connection).addTransportListener(new TransportListener() {
      @Override
      public void transportResumed()

      { LOG.debug("transportResumed"); }

      @Override
      public void transportInterupted()

      { LOG.debug("transportInterrupted"); }

      @Override
      public void onException(IOException arg0)

      { LOG.debug("onException", arg0); }

      @Override
      public void onCommand(Object arg0)

      { LOG.debug("onCommand" + arg0.toString()); }

      });
      connection.setExceptionListener(new ExceptionListener() {
      @Override
      public void onException(JMSException e)

      { LOG.error("Connection error", e); }

      });

      Attachments

        Activity

          People

            ktc Kim Christensen (Inactive)
            jolf Jonas Lindberg Frellesen (Inactive)
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 3h
                3h
                Remaining:
                Remaining Estimate - 3h
                3h
                Logged:
                Time Spent - Not Specified
                Not Specified