• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JBoss support for Enterprise Service Bus

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Authors,

I have been trying out ESB for the past week on tomcat. I wanted to know if you have any advantages in using JBoss for ESB rather than tomcat. Also, do you discuss about ESB in your book ?

Thanks with Regards,
Harsha Yadalam
 
Author
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We don't cover ESB in our book.

ESB looks interesting, but we haven't tried it yet. If ESB works well in a Tomcat environment and you don't have needs for JMS or transactions, then there's no need to move up to JBoss. I use JBoss for JMS, MDBs, and Container-Managed Transactions within Stateless Session Beans.

Tom
 
reply
    Bookmark Topic Watch Topic
  • New Topic