Last Version

Loan Broker ESB Example: Credit Agency EJB 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-credit-agency
Version

Version

1.3.3
Type

Type

ejb
Description

Description

Loan Broker ESB Example: Credit Agency EJB
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-credit-agency 1.3.3


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-credit-agency/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-esb-credit-agency</artifactId>
    <version>1.3.3</version>
    <type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-credit-agency/
implementation 'org.mule.examples:mule-example-loanbroker-esb-credit-agency:1.3.3'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-credit-agency/
implementation ("org.mule.examples:mule-example-loanbroker-esb-credit-agency:1.3.3")
'org.mule.examples:mule-example-loanbroker-esb-credit-agency:ejb:1.3.3'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esb-credit-agency" rev="1.3.3">
  <artifact name="mule-example-loanbroker-esb-credit-agency" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esb-credit-agency', version='1.3.3')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esb-credit-agency" % "1.3.3"
[org.mule.examples/mule-example-loanbroker-esb-credit-agency "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

There are no modules declared in this project.