esb

What C++ SCA Runtimes do You Use?

I know this is a big .NET forum, but does anybody use SCA? If so, what C++ SCA runtimes do you use. I've been looking at Apache's Tuscany Native, but there hasn't been a relase since May 2007! Has SCA been reduced to just another Java framework by the lack of non-java implementations? I ask because I'm trying to develop a distribut...

Expose a POJO as a Websevice in Mule via Configuration _Only_?

Technologies Involved Mule Apache CXF Given A simple POJO (controversial acronym, but let's say a smart POJO): public class SmartPojo implements SomeBusinessInterface { public String doSomethingSmart( With something ) { String result; result = Irrelevant.process( something ) return result; ...

SOA: Biztalk ESB candidates for .Net

Letting BizTalk aside - I like it, but only for variety purposes. Which others ESB solutions would you use in a SOA .Net arquitecture? thanks in advance : ) ...

What is the best Java based ESB Solution available?

I know there are similar questions on this topic, but none of them answers my particular questions correctly. We are in the phase of choosing a new ESB provider for our enterprise, our main purpose of choosing a ESB will be for using it as B2B with partners Messaging Orchestration Transformation Messaging and scheduling And other ge...

jboss-esb fs-listener jbm message queue overflow

Hi, We have a jboss esb server which is reading files from the file system in a scheduled way (schedule frequency of 20sec) and convert them into the esb message then we parse the message. There are some other providers/listeners (jms) and services configured on the esb servers. When there is an error in one of the services it effects t...

Looking for way to have REST web service accessed through ESB

I am preparing on how to present using an ESB, such as Glassfish, to a company I am working with, but I realized that they may want to have some of their new webservices switch from SOAP to REST, and this is where I run into a problem, as my experience with ESBs (mainly BEA's ALSB) is that they seemed to be geared toward SOAP. I would p...

Open Source SOA Stack

I'd be evaluating Open Source SOA solutions. What are the options? I'm looking for something that provides (possibly) complete SOA stack. I'd like below features - BPEL BPM ESB SOA Governance Good tooling Right now Glassfish ESB looks like a good option. Are there other good Stacks? ...

what's integration experience in java context ?

A client is looking for integration experience - I have done JMS and web services work in the past, but I am not too sure if that qualifies as integration experience. Pardon my limited knowledge about this field but I don't want to let go on this opportunity. Just in a bit of rush .. So asking it here.. They are also looking for ESB (ent...

Microsoft's AppFabric, an ESB ?

Hi all, I'm looking for an ESB for .NET. I've seen nServiceBus (http://www.nservicebus.com/) but before digg, I've a question can Microsoft AppFabric work as an ESB ? Should I rather look for nServiceBus or AppFabric ? Thanks for your help ...

Exception handling in biztalk 2006 R2

Hello I have a Biztalk 2006 R2 project (used with ESB Guidance 1) I am calling from orchstration to a static method in c# code, this method uses a class to load a file data into xlang message body at part 0 When i pass filepath which doesnt exists the inside class catch the exception but dont throw it up (in the static method there is a...

What would be the best language in which to write an ESB?

My first thoughts are Erlang, or Java, but I wanted to know from others experiences. ...

How do I draw an ESB on a SoaML diagram?

I've recently had to draw some architectural diagrams that feature the use of an Enterprise Service Bus. The ESB is critical, so everyone wants it to show up on the diagram. But since it's the center of what everything is connected to, it really of gets in the way. I settled on trying to use SoaML. I color-coded the request points bl...

How to Implement Loose Coupling with a SOA Architecture

I've been doing a lot of research lately about SOA and ESB's etc. I'm working on redesigning some legacy systems at work now and would like to build it with more of a SOA architecture than it currently has. We use these services in about 5 of our websites and one of the biggest problems we have right now with our legacy system is that ...

Mule ESB - How to get MimeMessage instead of MimeBodyPart?

I'm trying to get the FROM email address in Mule ESB. I'm getting the retrieved object as MimeBodyPart, I'd like to have MimeMessage instead. How to do this? Any solution - either in Mule or Java is welcome. The Mule config part for inbound end-point is as below - <inbound> <pop3s:inbound-endpoint user="xxx%40gmail.com" password...

Are self-described / auto-descriptive services loosely or tightly coupled in a SOA architecture ?

I consider a self-described / auto-descriptive service as a good thing in a SOA architecture, since (almost) everything you know to call the service is present in the service contract (such a WSDL). Sample of a non self-described service for me is Facebook Query Language (FQL http://wiki.developers.facebook.com/index.php/FQL), or any we...

Enterprise Service Bus real world usage or examples

I'm looking into the ESB thing with .net like NServiceBus etc , can someone highlight what kind of real world business problems can be solved (forget the technical edge) ? And is this used to integrate different systems.? ...

Integrating Drools with JBossESB

In recent weeks I've been researching Drools amongst other CEP/Rule Engines and I believe I would like to use Drools. I also have an JBossESB which is responsible for routing of messages between different services. Unless I am totally missing the boat, I can't for the life of me see how I would get data into Drools via JBossESB. Insid...

WCF competitive consumer pattern

Is it possible to create a WCF service (web service) that only accepts a single connection at any one time with all other calls either queued or rejected. Need to implement the competitive consumer pattern where there are a number of clients which could deal with task at hand but when a client askes for more work a task must go to only ...

WCF: Share Libraries with non-.NET webservice

Hi, I have exposed a Sonic ESB process as a webservice and wrote a .NET application to upload data to it by calling its methods. To this end, I have a library of complex object on the .NET side that I added in xml format to the web service definition on the Sonic ESB side. This is a necessary step in exposing the Sonic ESB process, be...

ESB vs Custom Solution

I am investigating whether to use nServicebus or a custom solution for a new project. Basically I want to create a "messaging layer" that will receive messages from various sources, process these messages and then send them off to some destination. In most cases I retrieve and send the messages. In a few cases, messages arrive via a web ...