s

servicemix-bean

The ServiceMix Bean component provides integration with beans (POJOs) with the JBI bus to make it easy to use POJOs to process JBI message exchanges. Like in an Message Driven Bean in J2EE a POJO will receive a message from the NMR and process it in any way it likes. Unlike in a JMS component where the coding is already done the Bean component gives the developer the freedom to create any type of message handling but it must be hand coded all the way.
Files download
File Operation
servicemix-bean-2011.01.jar download
servicemix-bean-2011.01.pom download
servicemix-bean-2011.01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-bean</artifactId>
  <version>2011.01</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-bean:2011.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-bean:2011.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-bean" % "2011.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-bean', version='2011.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-bean" rev="2011.01" />
Leiningen
[org.apache.servicemix/servicemix-bean "2011.01"]
Apache Buildr
'org.apache.servicemix:servicemix-bean:jar:2011.01'