An enterprise service bus (ESB) and service oriented architecture (SOA) are mainstays of enterprise integration and enterprise integration patterns. As the name indicates, we normally associate the technology with large enterprise implementations of integration processes and services.
xxxxxxxxxx
package org.mule.module.spring.events;
public class TestSubscriptionEventBean extends TestMuleEventBean implements MuleSubscriptionEventListener
{
private String[] subscriptions;
public void setSubscriptions(String[] subscriptions)
{
this.subscriptions = subscriptions;
}
public String[] getSubscriptions()
{
return subscriptions;
}
}
https://rootstack.com/en/blog/esb-vs-soa-key-differences-keep-mind