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 to route a POJO through activemq with camel

I'm fairly new to camel and trying to figure some things out. Currently I have a route that sends a POJO to activemq and then later I receieve that message from activemq, but the body of the message is null. If I skip the activemq portion of the…
user1751547
  • 2,211
  • 4
  • 21
  • 25
0
votes
2 answers

Setting proxy authentication on ServiceMix

I have ServiceMix installed behind a web proxy, and I need it to call a web service over the Internet. I tried setting the proxy settings within my code with System.setProperty("http.proxyHost" ..... (ugly and hacky, I know) as well as setting the…
ccc
  • 2,129
  • 4
  • 24
  • 31
0
votes
1 answer

Advice for ServiceMix bundle design?

I am implementing an ESB solution using ServiceMix I have my own system with a bunch of web services And several external systems with different services (most with WS interfaces, some with others) These are to be connected with ServiceMix / Camel.…
Janne Mattila
  • 598
  • 7
  • 20
0
votes
1 answer

Open source ESBs supporting web service transactions?

Do any of the major open source ESBs such as Mule or ServiceMix properly support web service transaction specifications (like http://en.wikipedia.org/wiki/WS-Atomic_Transaction)? I've just briefly looked but it seems like support is not very good. I…
Janne Mattila
  • 598
  • 7
  • 20
0
votes
2 answers

programmatically get server load information from Apache ServiceMix using JMX

Is it possible to get the server load information of a webserver deployed on a ServiceMix / Fuse ESB. I dont want to use Jconsole but get the information by running a java file and writing the values into text file. Could someone point me to some…
Kunal Suri
  • 18
  • 2
0
votes
1 answer

ServiceMix ESB as Bus or Container?

Should we use ServiceMix ESB as bus (i.e. communication channels) or as container to host services? My current company host services (JMS/SOAP/RESTFUL etc, built by Java) in their own separate containers/servers etc, then each of these communicate…
Lee Chee Kiam
  • 11,450
  • 10
  • 65
  • 87
0
votes
1 answer

How to control camel threads per destination route (activemq topic)?

I'm using servicemix and camel to publish to some activemq topics: from("vm:all").recipientList().simple(String.format("activemq:topic:%s.%s.%s.%s.%s.%s","${header.type}", ... but a new producer thread gets created per topic, any idea how I can…
0
votes
1 answer

What is the correct URL to make available the FAB feature in karafe?

At http://fuse.fusesource.org/bundle/faq.html#How_do_I_enable_FAB_support_in_my_OSGi_container_, we are instructed to do: features:addUrl mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features features:install fuse-bundle in karafe to enable…
Steve
  • 69
  • 1
  • 7
0
votes
1 answer

Javascript and classes from packages from other bundle

I try to describe my problem. Following configuration: On Servicemix I have two bundles: one with model, second with service. Model bundle exports model packages, service bundle imports model packages from model bundle. In the service bundle I have…
user1337302
  • 113
  • 8
0
votes
1 answer

Use Solrj in OSGi Container

I have a jax-rs service that i'm deploying into fuse esb which uses solrj to connect to a solr server. I've added the following maven dependancy to the project: solr-solrj
Daniel Walton
  • 218
  • 1
  • 4
  • 17
0
votes
2 answers

Aggregating results of parallel data processing

I want to process data in parallel using a cluster of ServiceMix / ActiveMQ / Camel. It seems I can achieve that by first splitting the data up, then distributing it via multiple JMS messages and an ActiveMQ network of brokers. The part which makes…
0
votes
2 answers

ServiceMix (FuseESB) fails to find Camel javascript support when jar starts up

When deploying a Camel route to FuseESB, as FuseESB tries to start up the jar file, it gives the following exception in the log: Found initial references null for OSGi service…
Hedley
  • 1,060
  • 10
  • 24
0
votes
1 answer

Apache Camel URL Escaping with space

I have a simple Camel Route which processes the incoming Http request and then routes to other Http consumers based on the Resource path. Everything works fine but I hit the java.net.URISyntaxException: Illegal character in path when used a space in…
bsam
  • 1,838
  • 3
  • 20
  • 26
0
votes
2 answers

OSGi missing requirement org.wiring.package = org.hsqldb when deploying Camel code to ServiceMix ( FuseESB )

I've written some Camel code but when deploying to FuseESB v7.10 on Windows I get the following exception in the log: Unable to resolve 337.0: missing requirement [337.0] osgi.wiring.package; (&(osgi.wiring.package=org.hsqldb)(version>=1.8.0.7) …
Hedley
  • 1,060
  • 10
  • 24
0
votes
1 answer

JBI-Free Normalized Message Router

The normalized message router (NMR) is the part of the JBI environment that is responsible for mediating messages between JBI components; ServiceMix 4 has moved from JBI to OSGI. However, I read somewhere we still can use NMR without JBI based…
Lee Chee Kiam
  • 11,450
  • 10
  • 65
  • 87