Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-862

allow messages to be sent to an Endpoint over JMX

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 2.1.0
    • jmx
    • None

    Description

      to support JMX and remote JMX we'll have to be careful.

      Maybe we write a simple MXBean that lets us send a simple, concrete, String based payload?

      e.g. something kinda like this...

      public class ExchangeMXBean {
        private MessageMXBean in;  
       private MessageMXBean out;
      ...
      }
      
      public class MessageMXBean {
        String body;
        String actualBodyType;
        Map<String,String> headers;
      }
      

      i.e. so over JMX (and remote JMX) we'd be able to send/receive Camel messages

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            jstrachan James Strachan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: