Questions tagged [jboss-esb]

JBoss ESB is a Java based, open source, Enterprise Service Bus.

JBoss ESB (Enterprise Service Bus) is a part of the JBoss Enterprise SOA Platform. It is Java based open source software mapping the SOA (Service-Oriented Architecture) and SOI (Service-Oriented Infrastructure) onto a concrete implementation.

For documentation, visit the official homepage for the project:

http://www.jboss.org/jbossesb

66 questions
1
vote
2 answers

How to make an extremely simple cron job on JBoss ESB

I'm looking for the simplest thing that could possibly work to schedule a simple job - a job which doesn't interact with any other ESB component. [Go easy on me as this my first hour in ESB-land.] I get the bit about having a cron-scheduler…
David J. Liszewski
  • 10,959
  • 6
  • 44
  • 57
1
vote
0 answers

call external web service from WSO2 ESB

I'm in an internel network and I want to create a service (ESB) to call an external get service. for example my ESB service path: uri/esb/path/param1/param2 my external path: external/path/param1/param2 here my entry
Med Besbes
  • 2,001
  • 6
  • 25
  • 38
1
vote
1 answer

What is the difference between One-way MEP and Request-response MEP?

In the JBossESB Programmer’s manual it is mentioned as: “All interactions between clients and services within JBossESB occur through the exchange of Messages. In order to encourage loose coupling we recommend a message-exchange pattern based on…
vishnurajts
  • 307
  • 1
  • 4
  • 12
1
vote
0 answers

JBOSS-AS define order of component loading

I'm working on some legacy code that has a bean not bound error. This seems fairly common but so far all of the solutions offered online have not worked (generally ensuring the datasource is defined correctly or class loading issues). The issue is…
br3w5
  • 4,403
  • 5
  • 33
  • 42
1
vote
1 answer

Monitoring JBOSS ESB

Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box?
MTEd
  • 95
  • 6
1
vote
1 answer

Understanding about FUSE Server and camel

New to FUSE and Camel. Downloaded CBR project from (https://github.com/jboss-fuse/quickstarts) and was able to run it as standalone camel project. cbr.xml is as follows. This drops MSG from a work/cbr/input directory into another. Could run this…
Neha
  • 745
  • 4
  • 10
  • 18
1
vote
1 answer

JBoss ESB XML MEP Behviour

I am using JBoss AS 5.1.0 and Jboss ESB 4.10 I am trying to Invoke a Service which has a single action. I have Set MEP = oneWay for the Service. When I Invoke the Service Using the Below Method I do not get a reply but an Exception. new…
Nishant
  • 222
  • 6
  • 21
1
vote
2 answers

How to Deploy a JBoss ESB on a Jboss AS

I am Trying to deploy Jboss esb over Jboss AS using Ant. but i am getting the following error and it is giving me a build fail. I certainly have changed the .Properties file with the correct Server home and server config paths. Below is the error i…
Nishant
  • 222
  • 6
  • 21
0
votes
1 answer

What's the Maven GAV coordinate for version 4.7 of jbossesb-soap.jar?

It's not in jbossesb-rosetta which I already depend on. I've looked at http://mavenhub.com/c/org/jboss/soa/esb but I can't seem to find it. I suppose I can always include it as a system dependency but only as a last resort.
Chry Cheng
  • 3,378
  • 5
  • 47
  • 79
0
votes
1 answer

Integrating JBoss ESB Tools and Maven Integration for Eclipse (M2E)

How do I go about creating a Maven project in Eclipse that is also recognizable to JBoss ESB Tools. Is this even possible?
Chry Cheng
  • 3,378
  • 5
  • 47
  • 79
0
votes
1 answer

JBoss Developer Studio is not deploying JBoss ESB project contents

I'm currently starting out using JBoss Enterprise SOA platform 5.0 (JBoss ESB 4.7, JBoss AS 5.1), and I'm trying to deploy the "helloworld" quickstart sample that comes with the platform. This project worked for me at one point, but recently I…
Cliff
  • 113
  • 1
  • 7
0
votes
1 answer

Run JBOSS-ESB code inside JBOSS application server

Do anybody know how to run JBOSS-ESB code inside JBOSS application server in place of Jboss-esb application server? Thanks for guidance!! I followed those steps successfully. But when I start JBoss app server, I got some issues on…
S Singh
  • 1,403
  • 9
  • 31
  • 47
0
votes
2 answers

communicating with ftp server in jboss esb

my task is to configure the ftp server and read the files from that using Jboss ESB.so i have configured ftp server in jboss-esb.xml like below and my service class and error is below
0
votes
3 answers

Can I use Mule, Apache Camel, ServiceMix or another ESB for my problem?

I have to have a kind of mediator/routing system that should talk to several systems in the backend. It will look like this: Client | | --Mediator- | | | | | | Sys A Sys B SysC ..... Now the client calls several…
QuestionGuy7
  • 79
  • 1
  • 4
0
votes
1 answer

ESB to ESB communication

I am trying to develop a system that has multiple services say ServiceA and ServiceB and they are both part of different esb packages say ESB1 and ESB2. I have developed these two services and the esb wrapper around them and deployed them to jboss…
user592796
  • 81
  • 1
  • 3
  • 6