Last Version

Loan Broker ESB Example 1.3.3

Demonstrates the Loan Broker using a typical ESB architecture with a shared Message Bus and is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-loanbroker-esb-parent
Version

Version

1.3.3
Type

Type

pom
Description

Description

Loan Broker ESB Example
Demonstrates the Loan Broker using a typical ESB architecture with a shared Message Bus and is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).
Project Organization

Project Organization

MuleSource, Inc.

Download mule-example-loanbroker-esb-parent 1.3.3


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-esb-parent</artifactId>
    <version>1.3.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/
implementation 'org.mule.examples:mule-example-loanbroker-esb-parent:1.3.3'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/
implementation ("org.mule.examples:mule-example-loanbroker-esb-parent:1.3.3")
'org.mule.examples:mule-example-loanbroker-esb-parent:pom:1.3.3'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esb-parent" rev="1.3.3">
  <artifact name="mule-example-loanbroker-esb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esb-parent', version='1.3.3')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esb-parent" % "1.3.3"
[org.mule.examples/mule-example-loanbroker-esb-parent "1.3.3"]

Dependencies

compile (6)

Group / Artifact Type Version
org.mule : mule-core jar 1.3.3
org.mule.transports : mule-transport-stream jar 1.3.3
org.mule.transports : mule-transport-vm jar 1.3.3
org.mule.transports : mule-transport-file jar 1.3.3
org.mule.transports : mule-transport-tcp jar 1.3.3
org.mule.modules : mule-module-client jar 1.3.3

provided (2)

Group / Artifact Type Version
openejb : openejb-core jar 1.0
castor : castor jar 0.9.9

test (2)

Group / Artifact Type Version
org.mule.tests : mule-tests-core jar 1.3.3
org.mule.tests : mule-tests-functional jar 1.3.3

Project Modules

  • credit-agency
  • loanbroker