Petals ESB Container

Petals ESB should be embeddable

Details

  • Type: Improvement Request Improvement Request
  • Status: New New
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 4.2.1
  • Fix Version/s: 5.4.0
  • Component/s: Launcher, Micro-kernel, Registry
  • Security Level: Public
  • Description:

    Petals ESB should be embeddable in any Java application. Several Petals ESB containers should be runnable in the same JVM.

  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Thu, 13 Apr 2023 - 17:04:56 +0200

Postponed to version 5.4.0 or upper

Show
Christophe DENEUX added a comment - Thu, 13 Apr 2023 - 17:04:56 +0200 Postponed to version 5.4.0 or upper
Hide
Christophe DENEUX added a comment - Mon, 19 May 2014 - 11:40:08 +0200 - edited

Several problems occur to run several containers concurrently in the same JVM:

  1. Only one socket factory can be set to RMISocketFactory in org.ow2.petals.microkernel.communication.jmx.rmi.RMIConnector
  2. Duplicated MBeans: The MBeans of Petals containers are conflicting because thay have the same names registered in ONLY one JMX server. We should have on JMX server per Petals container instance.
Show
Christophe DENEUX added a comment - Mon, 19 May 2014 - 11:40:08 +0200 - edited Several problems occur to run several containers concurrently in the same JVM:
  1. Only one socket factory can be set to RMISocketFactory in org.ow2.petals.microkernel.communication.jmx.rmi.RMIConnector
  2. Duplicated MBeans: The MBeans of Petals containers are conflicting because thay have the same names registered in ONLY one JMX server. We should have on JMX server per Petals container instance.

People

Dates

  • Created:
    Mon, 19 May 2014 - 11:37:24 +0200
    Updated:
    Thu, 13 Apr 2023 - 17:04:56 +0200