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
0
votes
0 answers

To change the value of passByValue from false to true in esb

I obatained the below mentioned part in my console when I used systemPrintln action in jboss esb by giving printfull option as true. Can anyone help me to change the passByValue : false to true so that i may get the contents present in the soap…
suhas
  • 227
  • 1
  • 3
  • 11
0
votes
1 answer

Single HTTP provider or Multiple HTTP provider in jboss-esb.xml

I am having 6 services in jboss-esb.xml file. At present iam using only one HTTP provider which is having BUSID. I am using the same BUSIDREF for all the 6 six services and its working fine for me. But my question is will it make any problem once if…
suhas
  • 227
  • 1
  • 3
  • 11
0
votes
1 answer

Cannot get element printed out in the esb message

I am trying to build a SOAP xml request which includes multiple namespaces using smooks action and freemarker tempting. Here is my code snippet in jboss-esb.xml and smooks-upgraded-right-now-query.xml is the templating file where I am building a…
sanBV
  • 45
  • 5
0
votes
1 answer

Maven archetype for a JBoss esb project

I tried searching if a Maven archetype existed for creating a basic JBoss ESB project and couldn't find one. the closest I got was this link https://issues.jboss.org/browse/JBESB-2098 but looks like there wasn't much progress on that. Does anyone…
ranjithkr
  • 594
  • 3
  • 10
0
votes
1 answer

How are ESB Clients typically deployed

In playing with JBoss ESB, I have been looking through the quickstarts, mostly the publish-subscribe models since that is what we will be implementing. To run the subscribers, you just run specific ant targets. My question is, how are ESB subscriber…
Michaela
  • 493
  • 5
  • 19
0
votes
1 answer

Publish Subscriber design in JBoss ESB with guaranteed delivery

I'm having trouble designing a publish/subscribe service which will run on JBoss ESB. I need to be able to publish a message to a topic, which probably 200 subscribers will be listening to, and they will do something with the message once they get…
Michaela
  • 493
  • 5
  • 19
0
votes
1 answer

JBOSS ESB(Jboss developer studio)

In JBOSS Developer Studio while creating ESB Project I am getting following error java.lang.NoClassDefFoundError: org/jboss/tools/esb/core/runtime/JBossRuntimeManager at …
swamy
  • 1,200
  • 10
  • 23
0
votes
1 answer

JBoss ESB -- Camel Mail message attachments (inbound)

I've googled a significant amount on this, and I'm fairly comfortable with JBoss ESB and Camel. I've defined a Camel Mail endpoint, and my goal is to extract attachments from emails for the purpose of using them for content-based routing. The Camel…
0
votes
1 answer

JBoss ESB pipeline interceptor triggers multiple times

I am working on a project that "sniffs" (intercepts) all messages that are being send through ESB. I use JBoss AS 6 with ESB 4.11. I am sending both esb-aware and JMS messages and everything works, but it seems that my interceptor intercepts every…
Smajl
  • 7,555
  • 29
  • 108
  • 179
0
votes
1 answer

How do I group messages in JBoss ESB?

I have JSON messages incoming to JMS queue on JBoss server. I want to group them using some criteria, e.g. parse and use attribute "group" to group by. I need to accumulate messages for X minutes, then create a new message representing each group…
0
votes
0 answers

jboss enterprise soa platform versions

There are 2 major(4.x.x and 5.x.x) versions of JBoss Enterprise SOA Platform. I got these information from an article on redhat site (https://access.redhat.com/site/articles/111773). I do not see versions prior to 4.2.0 on the download page for SOA…
0
votes
1 answer

Jboss EAR with EJB and webservice health monitoring and management

I am using Jboss5.1 and I have a EAR1 deployed which has a EJB3 component implemented using @Stateless annotation and the same EJB is also exposed as webservice using the annotation @webservice. I want to check through a EJB service/management…
user1300877
  • 169
  • 1
  • 3
  • 11
0
votes
1 answer

Seam or any other IoC in Jboss-ESB

Is there any IoC in Jboss-ESB? Im trying to hack an annotated ESB action using org.jboss.soa.esb.actions.annotation.Process annotation. Having some external dependencies I would like to use some IoC for the purpose of TDD. seam is of cause not part…
Demas Sinner
  • 101
  • 2
  • 10
0
votes
1 answer

Error Key properties cannot be empty

Hi all i'm try to deploy a esb project into jboss server 5.1ga But i got this error **My Enviroment is Jboss 5.1 ga, Jboss Developer Studio 5.0** Jboss esb 4.11 Riftsaw 2.3.0 17:58:49,155 ERROR [AbstractKernelController] Error installing to…
PradeepMilinda
  • 111
  • 2
  • 6
0
votes
1 answer

JBoss ESB - How to have multiple input folders for file system provider

I m using Jboss ESB for my application. I want to implement ESB that listen the input folders which are dynamically created and when the file comes do the business logic. I have paced a problem at creating the dynamic input folders for esb . I'm…
Niroshan Abayakoon
  • 913
  • 1
  • 10
  • 22