Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
1k views

Is orchestration an ESB responsibility?

Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, ...
1
vote
2answers
100 views

Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus?

Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus? Just to precise, I'm not going to call it through Web Service, but through ...
1
vote
2answers
423 views

ALSB automation

One of the elegant things about WebLogic is WLST (Weblogic Scripting). Is it possible to script actions done in ALSB (Aqualogic Service Bus)? For example: Exporting resources from the bus.
0
votes
1answer
199 views

How to query OSB (ALSB) service bus messages?

Is it possible to use the OSB JMX interface to query the messages going through the service bus?
0
votes
1answer
94 views

Is it possible to send message to dynamically contructed JMS/WS endpoint in Aqualogic Service Bus?

Aqualogic Service Bus allows creating "business" services for specific end points, but what if the end point is not defined during configuration time or even the number of end points is not fixed. ...