Tagged Questions
Apache ServiceMix is an open source ESB (Enterprise Service Bus) that combines the functionality of a Service Oriented Architecture (SOA) and an Event Driven Architecture (EDA) to create an agile, enterprise ESB.
15
votes
3answers
2k views
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 ...
9
votes
2answers
3k views
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 ...
8
votes
7answers
3k views
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 ...
8
votes
2answers
2k views
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:
(big)
When an order is placed in the Orders system, a message ...
6
votes
3answers
1k views
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.
4
votes
4answers
2k views
Tutorial for ServiceMix 4.2
I try to figure out a start with Apache ServiceMix 4.2
Sadly the tutorials on the homesite seem pretty much outdated ... with 4.2 the services seem to be started out of the box and be configured with ...
3
votes
2answers
77 views
In the context of ServiceMix/CXF, what does 'transport' mean?
I have identified a concept pervading many components and ServiceMix elements. The term is transport.
I have seen it used when defining CXF endpoints mostly. See for example this thread post: how to ...
3
votes
1answer
350 views
How should aspect weaving be limited to classes referenced by aop:advisor pointcuts?
I'm trying to trace execution of an app running on ServiceMix 3.2 which uses spring 2.5 under the hood. I'm using CGLIB (advising classes, not interfaces) and I would like to direct tracing using ...
3
votes
2answers
377 views
Monitoring Servicemix with Hyperic HQ
I have been able to configure Hyperic HQ to identify servicemix 4, however, It could only see the "ServiceMix 4.x Garbage Collector" service. I would like to be able to monitor activemq Queues, ...
2
votes
4answers
98 views
How to use OSGI to achieve zero down time?
I am thinking about using servicemix for my production server, I wonder if I use OSGI servlets does that mean I can deploy a new version of my application without downtime? If not, is there a way to ...
2
votes
1answer
172 views
UTF-8 not supported message from logging subsystem, Fuse ESB 4.4
I've upgraded my ServiceMix to Fuse ESB 4.4 compilation. I got, however, errors from logging system, which I can't find how to handle.
The error message is:
Warning: encoding "UTF-8" not supported, ...
2
votes
2answers
464 views
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 ...
2
votes
2answers
65 views
Routing by operation
is there any way to route a ServiceMix message by operation specified in that message?
I've tried googling it but was unable to find any way to complete this simple task, maybe I am doing it wrong in ...
2
votes
1answer
451 views
jaxws and camel route within servicemix
I would like to do something like this:
<jaxws:endpoint id="AbcEsbHTTPEndpoint"
implementor="com.abc.esb.ABCWSServiceImpl"
address="/ABCWSServiceService"
...
1
vote
2answers
107 views
OSGi list, what are those headers?
I'm using Fuse ESB (ServiceMix) and I've been searching all over in the hope to find a better explanation of the various headers when running the command 'osgi:list'. Namely the two columns I want to ...
1
vote
1answer
94 views
Crash when calling autoSizeColumn on worksheet, when run under Linux (Servicemix)
I've written module that generates excel, and deployed it under Servicemix. In Windows environment everything is fine, but under Linux Servicemix unexpectedly crashes on following call:
for ...
1
vote
3answers
116 views
Architecture for processing asyncronous HTTP request/response : ESB vs Async Http Client library
We are developing an application integrator which sends requests to various webservices simultaneously, aggregate data return by each webservice and format it to display on UI. Each webservice may ...
1
vote
1answer
256 views
Apache SOA vs. Mule
I'm looking for a high level technical gap analysis of the Apache ESB/SOA stack (Servicemix, Camel, ActiveMQ, CXF) vs. comparable Mule technologies.
As well, I'm trying to better understand how ...
1
vote
1answer
90 views
Apache Camel: URI Escaping in HTTP (and other Producers)
In an Apache Camel route, I want to take several headers and compose them into an HTTP query string in a safe way. The only examples I've found either use constant(), which isn't useful for building ...
1
vote
1answer
237 views
Getting problems in adding cutom JAAS Login module in Servicemix
I am using Servicemix 4.2 for my osgi based webservice application.
My webservice application is exposed using the CXF stack provided with the Servicemix.
Now we have to integrate the application ...
1
vote
2answers
293 views
Service Registry for Apache Camel Applications
A registry is a list of items with pointers for where to find the items, like the index on a database table or the card catalog for a library.
Correct me if I am wrong, from this definition, what I'd ...
1
vote
2answers
460 views
OSGi bundle restart with cxf-extension-osgi
I have a simple CXF RS bundle deployed in Fuse 4.2 that works fine upon initial installation. But, when I update or re-install the bundle, the REST service in no longer accessible.
I tried a various ...
1
vote
1answer
116 views
ServiceMix 4.2 - Using Endorsed Libraries
I was wondering whether SMX 4.2 has a concept of endorsed libraries?
My use-case is as follows:
There is a certain set of classes which need to be visible to all Java classes executing within the ...
1
vote
1answer
755 views
ClasspathXMLApplicationContext problem in apache-servicemix-4.3.0-fuse-00-00
I followed the example in chapter 14 of the book, "Camel in Action". I wish to hide the middleware from by business logic. While developing using "camel:run:", everything seemed to work pretty ...
1
vote
2answers
447 views
Why is FUSE ESB (ServiceMix) 4.3 shutting down on linux if I leave karaf console?
I use ServiceMix 4.2 on my local Windows machine for development.
Now I installed a FUSE ESB 4.3 in a Linux environment and start it via SSHing on the linux machine. After leaving the karaf console ...
1
vote
1answer
297 views
Apache Camel: Keeping routing information completely independent of the Java Code
First of all thanks to folks who are currently involved in the development of Camel, I am grateful for all the hard work they have put in.
I am looking for some design advice.
The architecture is ...
1
vote
1answer
710 views
access Spring context in OSGi bundle
I have an OSGi bundle that uses the bundle-context.xml file to initialize a bean.
<bean id="myBean" class="test.MyClass">
<property name="output" value="test"/>
</bean>
I ...
1
vote
1answer
282 views
How to access username principle in a cxf-se with ws-security?
I finally got the Ws-Security working with CXF-BC & CXF-SE combination. I'm now trying to access the username from the soap header in the SE to check permission and ownership of the user calling ...
1
vote
2answers
503 views
Clustering in ServiceMix 4
I'm trying to configure Apache ServiceMix 4 to provide load balancing feature mentioned in it's documentation (for example here: http://servicemix.apache.org/clustering.html). Although it's mentioned, ...
1
vote
2answers
452 views
Servicemix ActiveMQ performance issue
I am using apache servicemix and apache activeMQ in my product. Here in case of HttpConnector i found a performance issue.
If i increase number of total request at a time then as the number will ...
1
vote
1answer
1k views
Servicemix 4, DOSGi, and Zookeeper
This is cross posted from the fusesource forum and the servicemmix forum.
I can't get DOSGi working in FUSE. I'm trying to get CXF's DOSGi 1.1-SNAPSHOT with Zookeeper discovery onto FUSE 4.1.0.2. ...
0
votes
1answer
13 views
Depending on a library with different version than the one available on servicemix (commons-pool 1.6)
I have a project (camel osgi bundle) on which I use commons-pool 1.6 (which supports generics) whereas servicemix has version 1.5.4
What do i need to do to have this dependency resolved ?
Unable ...
0
votes
1answer
30 views
Simple Example of Apache Camel and Mina (Karaf) throws CamelExchangeException: Cannot write body
I have taken the simple activemq-camel-blueprint example from ServiceMix 4.4.0, and added in a Mina TCP socket to read from ASCII lines.
<camelContext ...
0
votes
0answers
14 views
“Unable to create message factory for SOAP” when migrate from servicemix 4.3.1 to 4.4.1
I have a good working bundle: some cxf endpoints and some camel routes.
I works excellently with servicemix 4.3.1
Below is a typical cxf:endpoint:
<cxf:cxfEndpoint id="adapter.Service"
...
0
votes
0answers
16 views
send post via cxf
i'm building webservice based on cxf and now i'm sending variables into some URL by code:
url = new URL(urlSSO + "/user");
connection = (HttpURLConnection) url.openConnection();
...
0
votes
1answer
35 views
Can't deploy OSGI bundles to Servicemix 4.4.1 Fuse on linux
We run into a very strange problem. We developed some OSGI bundles for Servicemix 4.4.1 Fuse on Windows without any problem. Bundles can be deployed flawlessly.
We tried to configure the same ...
0
votes
1answer
86 views
How to integrate servicemix shared libraries using jbi-maven-plugin?
I use ServiceMix 3.5
I have multiple ServiceAssemblies, each one for a ServiceUnit.
The service Units have in common many libraries, so i mark them in the maven pom with the scope 'provided'.
The ...
0
votes
2answers
58 views
Message Broker for Custom Messaging Protocols?
Is there any framework or platform that is providing message exchange in reliable, flexible, and scalable manner? Where I have the following scenario:
I have external devices exchanging messages with ...
0
votes
1answer
100 views
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.
...
0
votes
1answer
65 views
Apache Camel - JDBC Stored Procedures and transaction handling doubts
I'm trying to build a small, proof of concept, Camel based application (running on FuseESB) which will possibly replace part of our existing integration system build on EJB's.
Right now, I'm trying ...
0
votes
0answers
60 views
How to build Fuse ESB ServiceMix 4.4.1
I just built the Fuse ESB ServiceMix and want to share with you the process. You will need for this a combination of Maven 3 and Archiva as repo manager.
Download the sources here.
Basically, I ...
0
votes
2answers
108 views
ServiceMix (FuseESB) - Cannot deploy service unit with AggregationStrategy
I'm trying to deploy very simple ESB application to Apache ServiceMix (Fuse ESB) and all works fine up to the point where I'm trying to use 'AggregationStrategy' interface. I'm building a proof of ...
0
votes
0answers
7 views
SUnit for serving FLASH based files in SMIX3 or 4
I have started working with basics of SERVICEMIX3
Question : Is it possible to write a SUnit to server Flash based files via SOA for a external consumer based client
Need to centeralize Serving ...
0
votes
0answers
83 views
Servicemix shutting down with activemq java.io.EOFException
i have an osgi bundle which routes messages from java pojo's to activemq destinations and vice versa .Using camel for above integration .
i am using default activemq broker that comes with fuse ...
0
votes
2answers
179 views
Spring Integration vs ServiceMix ESB
I am researching for EIP/ESB solution to use in my project.
The first reason is to decouple modules and different sub systems, also refactor some parts to be easy integrated with 3th party systems. ...
0
votes
3answers
86 views
How do you debug CXF endpoint publishing?
Given the "cxf-osgi" example from fuse source's apache-servicemix-4.4.1-fuse-00-08, built with maven 3.0.3, when deploying it to apache karaf 2.2.4 and CXF 2.4.3 the web service is never published ...
0
votes
2answers
119 views
“Command not found: grep” in karaf console
I have strange problem with Servicemix version Fuse ESB 4.4.1.
Sometimes the part of the commands will not load and be not available. Usually this happens with quite often used by me command, grep. ...
0
votes
1answer
142 views
Servicemix - OSGi classloading issues with embedded dependencies
I'm developing project with multiple OSGi bundles, deployed on ServiceMix (FuseESB compilation, v. 4.3.1). The issue is, one of this bundles is connecting to EJB on WebLogic, therefore it embeddes ...
0
votes
1answer
32 views
Interceptor for all calls in servicemix
What is the best way to add an interceptor to servicemix that would log all webservice calls (or calls to osgi components would also work)?
I know of the NMR interceptors, but these apparently don't ...
0
votes
4answers
144 views
Is Apache ServiceMix a possible solution? Is it fast enough?
I am working on an Application which would send a request to Multiple Service Providers in a Asynchronous Manner, collate the responses and diplay the results to the user.
I intend to create a ...