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.

655 questions
0
votes
1 answer

How many ServiceMix or Fuse ESB instances on one host

I am new to ServiceMix and want to deploy multiple instances for load balancing reasons. Now I want to know, in practice, how many ServiceMix or FuseESB instances are deployed on a single host like a server? Is there only one ServiceMix instance…
Liang Wang
  • 85
  • 1
  • 8
0
votes
1 answer

JBoss Fuse is not working in a Solaris machine

I have downloaded jboss-fuse-full-6.0.0.redhat-024.zip from RedHat website and configured Fabric in my local laptop. It worked fine. However when I installed JBoss Fuse in a Solaris machine (with no internet connection), some of the bundles are in…
Joe2013
  • 1,007
  • 1
  • 9
  • 24
0
votes
0 answers

Clustering jbi end points on Servicemix 4.5.3

I am using Servicemix 4.5.3 and I have the consumer endpoint deployed on (HTTP BC) on Instance 1 and I have the provider endpoint deployed on (HTTP BC) on instance 2 with both instances interconnected by network of brokers. When I invoke the…
user2608576
  • 747
  • 2
  • 7
  • 17
0
votes
1 answer

From Independent Web Services to SOA - What does the journey take?

I have seen quite a lot of instances where the term "Web Services" & "Service Oriented Architecture - SOA", have been used interchangeably. But, I am sure a lot of you would agree that they are just not the same, where "SOA" is way beyond and a…
0
votes
0 answers

Activemq error when launching servicemix command

I have installed ServiceMix 3.3.2 on RedHat Linux Enterprise (RHEL). When I run bin/servicemix installer file after doing so many stuff it prompt me following error. Any idea why its so? ERROR - ActiveMQEndpointWorker - Connection to broker…
Sam
  • 423
  • 2
  • 9
  • 23
0
votes
2 answers

Error "No such instance method:java.util.Enumeration org.apache.log4j.Logger.getAllAppenders()" when run JWebSoketBundle in apache-servicemix 4.5.2

I want to embed JWebSocket to osgi environment(apache-servicemix 4.5.2 for example). I did following steps: I drop jWebSocketServer-Bundle-1.0.jar to deploy folder of servicemix. I create another bundle to call main function of JWebSocketServer…
le luu
  • 51
  • 6
0
votes
1 answer

how to exchange message b/w components in apache servicemix

ESB experts, need some help. I am stuck in apache servicemix(v 4.5.3). The scenario is the communication between our enterprise applications including one is web application already executing on tomcat. Two applications are main applications, and…
ved
  • 909
  • 2
  • 17
  • 43
0
votes
1 answer

How to start/install/access Activiti Explorer on Apache ServiceMix 4.5.3?

I'm new to Activiti/Apache ServiceMix and I'm a bit lost on how to access the Activiti Explorer. I have installed Activiti via Karaf (feature:install activiti) but how could I access the Explorer Web UI? I have tried using…
emmerich
  • 512
  • 1
  • 5
  • 14
0
votes
2 answers

Apache-Camel, ActiveMQ, camel-jms and Fuse -> why do I need them?

I am still struggling with undertsanding some of Camel's main features and limitations. My objective is to implement a demo application that can migrate camel endpoints. To achieve this everyone suggested that I should use the camel load-balancer…
Flame_Phoenix
  • 16,489
  • 37
  • 131
  • 266
0
votes
1 answer

Missing requirement package in OSGI Bundle - Felix & Servicemix

I have spent a few days trying to understand how to deploy as OSGI bundle and need some help. I am using servicemix 4.5.2, maven 3.1.0 and maven-bundle-plugin 2.4.0. I have added the following tags in my…
0
votes
1 answer

JTDS deployment into Fuse

I'm having some difficulty registering a JDBC driver, JTDS, into FUSE. routes.xml
Skynet5
  • 63
  • 7
0
votes
2 answers

Apache Camel 2.x and Servicemix 3.x/4

I'm trying to run Camel 2.1 SU with Servicemix. As i understand there are no way to run Camel 2 with Servicemix 3, and i'm try to run it with FUSE Servicemix 4.0.0.1 When i starting my project with maven: mvn jbi:servicemix i receive following…
Igor Artamonov
  • 35,450
  • 10
  • 82
  • 113
0
votes
1 answer

Camel ReST Proxy route in ServiceMix fails for Base64 uploads

I have deployed on SMX the following route that proxies all ReST request to the real ReST service provider (Tomcat). All ReST calls to SMX routed successfully however a saveDocument service that uploads PDF files fail. public void configure() throws…
Nikos Berdos
  • 161
  • 7
0
votes
1 answer

Updating Camel from 2.10.4 to 2.11.1 in ServiceMix 4.5.1

Recently I found article on same topic, but described solution doesn't works for me (with newest components). Errors from ServiceMix (Karaf) console: > feature:install camel-core/2.11.1 Error executing command: Can not resolve feature: Unsatisfied…
Alexey Shokov
  • 4,775
  • 1
  • 21
  • 22
0
votes
0 answers

How to make cxf consumer wait indefenity till it get response from JMS

Design: The servicemix cxf consumer target service is jms and the jms target service is cxf provider. Problem: The consumer doesn't wait till the response is received from provider even though http-conduit is implemented for consumer and…
farook
  • 1
  • 4