Questions tagged [apache-servicemix]

Questions relating to the Apache Foundation's ServiceMix integration platform.

ServiceMix is an Apache foundation sponsored project, with commercial support provided by FuseSource

Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF, Karaf into a powerful runtime platform you can use to build your own integrations solutions. It provides an enterprise ready ESB exclusively powered by OSGi.

651 questions
81
votes
7 answers

Apache Camel and other ESB products

Hey, If we have Apache Camel why to use other solutions like Apache ServiceMix and Mule? Is there something Apache Camel can't do comparing to these products? When to use Mule/ServiceMix and when to use Camel?
Chiron
  • 19,366
  • 15
  • 74
  • 132
58
votes
6 answers

Java Messaging : Difference between ActiveMQ, Mule, ServiceMix and Camel

I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel Anyone knows how each of these product is different? Thanks in advance ! EDIT: Also would like to know any good place/resource to learn these things.
peakit
  • 25,979
  • 25
  • 58
  • 77
27
votes
5 answers

Is Integrating an ESB (ServiceMix/Mule) Worth the Learning Curve?

I'm looking at integrating an ESB into an existing Java/Maven web based product. Specifically, I'm looking at ServiceMix and Mule. The product will connect to several different services, including email, Quartz, RESTful webservices over HTTP, SMS…
Tim
  • 6,531
  • 11
  • 38
  • 45
23
votes
4 answers

Apache Karaf vs. Servicemix

Is anyone using Karaf instead of Servicemix? If so, how did you come to this decision? I'm aware that Servicemix adds a layer of functionality around Karaf, just curious if Karaf is being used on its own and why...
Ben ODay
  • 19,926
  • 7
  • 41
  • 67
17
votes
2 answers

Distributed ActiveMQ with Camel

I am in the process of learning ActiveMQ and Camel, with the goal to create a little prototype system that works something like this: (source: paulstovell.com) (big) When an order is placed in the Orders system, a message is sent out to any…
Paul Stovell
  • 31,336
  • 15
  • 76
  • 107
11
votes
4 answers

Starter guide for Apache ServiceMix

What is the definitive guide to start with Apache ServiceMix? The howto's and guides on the website are way too complicate for a clean start.
MrG
  • 5,097
  • 17
  • 46
  • 66
9
votes
2 answers

wsdl2java Two classes have the same XML type name "{http://***.***.***.***/***/***/***}objectFactory"

This problem occur in newer version of servicemix(tested on 5.4 - cxf 3.0.2 and 5.3 - cxf 2.7.11) in older version 4.5.2 with cxf 2.6.8 everything works, webservices are created. In our project we have a lot of different webservices generated by…
mapek
  • 260
  • 3
  • 16
9
votes
1 answer

Camel SMPP - Server

I am familiar with Camel-SMPP and also it works great for my consumer and producer routes. I am using Selenium SMPP SIM to test the same. from uri="smpp://smppclient@127.0.0.1:8056?password=password&systemType=consumer"/> to…
Joe2013
  • 947
  • 7
  • 22
9
votes
3 answers

How do I cluster ServiceMix?

I am looking for some initial pointers on how to cluster a ServiceMix solution. Basically what I need is: having 2 (or more) ServiceMix instances serving my routing needs and sharing the load if one instance fails, other(s) continue to serve if the…
8
votes
3 answers

Talend Open Studio ESB user feedback please (versus jbossesb/mule/servicemix)

I'm doing a quick review of ESB's and so far I've been surprised and impressed with the Talend ESB. I was really expecting Mule, one of the more well recognized open source esb, to be the defacto. Before I commit after only an academic and basic…
dhartford
  • 1,025
  • 2
  • 12
  • 32
7
votes
1 answer

How to send large files to ActiveMQ using camel

I'm trying to send a X?-GB large file as a stream to an ActiveMQ queue for processing. I know ActiveMQ supports streams, and so does camel-jms, but nothing I try to set on the queue seems to make any difference. The only thing that changes is…
Tezra
  • 7,096
  • 2
  • 19
  • 59
7
votes
3 answers

El implementation is not found for hibernate-validator in osgi-container

I try to run Hibernate validator in osgi container. javax.el javax.el-api 2.2.4 org.glassfish.web
Ivan
  • 465
  • 5
  • 19
7
votes
2 answers

Issue with updating osgi bundles

i have a requirement where i need to reload my osgi bundles 4 times a day . Reloading a bundle means recreating static instance Beans , reloading camel routes , recreating and injecting thread pools ,database connection pools ..etc(other spring xml…
sanre6
  • 787
  • 2
  • 11
  • 28
6
votes
3 answers

Administration and Monitoring of Apache-Camel routes in ServiceMix

Being a user of Camel and ServiceMix I frequently need to monitor those tools for development purposes. I mainly use JConsole to access MBeans from ServiceMix and Camel. It gives a few really helpful metrics for an ESB developer. I also use karaf…
Olivier.Roger
  • 4,131
  • 5
  • 35
  • 63
6
votes
1 answer

Why would I use Apache ServiceMix over just ActiveMQ

I am starting to plan a new platform which needs to integrate various services from various externals platforms. Essentially I'm tying together a bunch of internal, homegrown services and several outside services we license from 3rd parties.…
jckdnk111
  • 2,020
  • 4
  • 28
  • 41
1
2 3
43 44