Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Displaying general connection properties(like remote address, etc.).
  2. Setting maximum number of channels allowed for a connection.
  3. View all related channels and channel properties.
  4. Closing a channel.
  5. Commit or Rollback transactions of a channel, if the channel is transactional.
  6. Notification for exceeding the maximum number of channels.
  7. Dropping a connection.
  8. The work for Network IO Interface implies that there are potentially some additional requirements
    1. Alert when tcp flow control kicks in
    2. Information available about current memory usage available through JMX interface
    3. Dynamic removal of buffer bounds? (fundamentally not possible with TransportIO)
    4. Management functionality added to JMX interface - UI changes?

4) Managing the Broker: Features for the Broker-

...