Questions tagged [fuseesb]

Fuse ESB - an open-source, standards-based integration platform.

Fuse ESB is an open-source, standards-based integration platform.

It offers:

368 questions
4
votes
0 answers

Dequeue messages from an ActiveMQ Virtual Topic

I'm using FuseESB with ActiveMQ v5.7.0.fuse-71-047 (aka v5.7) I have one virtual topic "VirtualTopic.xxx" and one subscriber which (using Camel) it set ut as follows: from(activemq:Consumer.A.VirtualTopic.xxx?brokerURL="something") …
KimHafr
  • 2,922
  • 3
  • 26
  • 28
3
votes
1 answer

Does FUSE ESB support RabbitMQ?

I am making one rails application which is integreted with RabbiMQ. I want to integrate Fuse ESB in my application, but still after google I am not confirmed that RabbitMQ supports to Fuse ESB or not. Can anybody tell me that RabbitMQ supports Fuse…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
3
votes
1 answer

How to publish a database driver as an OSGi bundle

I have two or more non-specific JDBC drivers. I wish to use them in an OSGi container. Some of the drivers are from the same third party having only version differences and one or more conflicting classes, including the driver class and connection…
ferisj
  • 31
  • 2
3
votes
1 answer

Is it possible call a properties file to instance a user and password in Apache CXF Blueprint for a Web Service?

I'm relative new with Fuse and WebServices. I did a SOAP WebService with a BasicAuthAuthorizationInterceptor, this is the actual context and it's working:
3
votes
4 answers

Camel simple expression throws NPE

In Camel (JBoss Fuse, Spring DSL specifically) I am trying to read a boolean value with Camel Simple expression. ${body} != null and ${body.fielda} != null and ${body.fielda.fieldb} != null and…
gyorgyabraham
  • 2,550
  • 1
  • 28
  • 46
3
votes
1 answer

What's the difference betweene Jboss Fuse and Fuse Esb?

What's the différence between "Jboss Fuse" and "Red Hat JBoss Fuse" Are they the same? Both are from Red Hat , both are based on Jboss , and both links are from 2016. Can you help please?
Asy
  • 181
  • 8
3
votes
1 answer

WAR file deployment in JBoss Fuse

This is regarding the WAR file deployment in JBoss Fuse ESB. I have a project which produces a WAR file (which contains a web application consists of some JSPs, HTMLs, and a web.inf file) together with some other bundles. Once I deployed them in…
gbids
  • 489
  • 1
  • 6
  • 16
3
votes
2 answers

Request only messaging with direct-vm in camel routes

How can we process direct-vm asynchronously? I have the following Camel routes definition:
Mr9
  • 159
  • 4
  • 15
3
votes
3 answers

Understanding camel and fuse

In one of the camel project which i downloaded from Apache camel website - in camel-context.xml I see routes, cxf , active mq defined and used to send and receive msgs. If all these components can be built WITHOUT using FUSE and camel can be run…
Neha
  • 745
  • 4
  • 10
  • 18
3
votes
2 answers

JBoss Fuse and Orchestration

we have a JBoss Fuse server on which we are going to deploy a number of SOAP /REST web services. Some of these services need to call other web services within the ESB server itself. I was thinking about doing this using Orchestration. Does anyone…
Marco Pantani
  • 119
  • 1
  • 6
3
votes
1 answer

Fuse ide how to define database table end point

I have heard alot of success integration story when comes to Apache Camel with Fuse. HEnce. here Im just starting to explore the Fuse IDE, with just a simple task on top of my head, i would like to achieve: Read a fix length file Parse the fix…
Reusable
  • 1,888
  • 7
  • 27
  • 46
3
votes
2 answers

Camel: using Saxon by default

Is there a way to tell Camel to use the Saxon library by default, so I would not need to specify it in every XLST transformation? E.g.: .to("xslt:my-file.xsl?transformerFactoryClass=net.sf.saxon.TransformerFactoryImpl") Specifying it in every…
Laimoncijus
  • 8,615
  • 10
  • 58
  • 81
3
votes
1 answer

Fuse ESB/OSGI/Blueprint reading configuration files alphabetically?

I experience something rather strange and I would like to know if other people have experienced the same... I am currently working on a project using jboss fuse (previously fuse esb) and we are using blueprint for our configuration files. We use…
Minibiti
  • 113
  • 1
  • 5
3
votes
1 answer

Fuse ESB admin command not found

I use jboss fuse 6.0.0 in windows and start the container using the bin/fuse.bat. The etc/users.properties is modified to add the line admin=admin,admin. At first the admin command acts as normal. I have admin:list showing all the containers,…
Liang Wang
  • 85
  • 1
  • 8
3
votes
0 answers

How to mix Spring and blueprint in OSGi container?

I see that blueprint is better supported and will be widely adopted by many OSGi containers including JBoss Fuse. Sadly, Spring has many features that seem hard to implement in current blueprint (CMIIW). The features like: annotation for ehcache…
sancho21
  • 3,511
  • 1
  • 39
  • 45
1
2
3
24 25