Questions tagged [alsb]

ALSB : Aqua Logic Service Bus. BEA AquaLogic Service Bus -now Oracle Service Bus-, an enterprise service bus (ESB), has operational service-management. It allows the interaction between services, routing relationships, transformations, and policies.

From Oracle's BEA AquaLogic Service Bus 3.0 Documentation User's Guide

ALSB is part of the BEA AquaLogic® family of Service Infrastructure Products. ALSB manages the routing and transformation of messages in an enterprise system. Combining these functions with its monitoring and administration capability, ALSB provides a unified software product for implementing and deploying your Service-Oriented Architecture (SOA).

ALSB is a configuration-based, policy-driven Enterprise Service Bus (ESB). From the ALSB Console, you can monitor your services, servers, and operational tasks. Using the Web-based ALSB Console or the Eclipse-based ALSB Plug-in for WorkSpace Studio, you configure proxy and business services, set up security, manage resources, and capture data for tracking or regulatory auditing. ALSB enables you to respond rapidly and effectively to changes in your service-oriented environment.

ALSB relies on WebLogic Server run-time facilities. It leverages WebLogic Server capabilities to deliver functionality that is highly available, scalable, and reliable.

8 questions
16
votes
7 answers

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, monitor, and all that stuff) responsible to…
paulosuzart
  • 1,082
  • 2
  • 13
  • 28
3
votes
2 answers

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.
Matthieu Cormier
  • 2,185
  • 1
  • 21
  • 32
2
votes
3 answers

Does Oracle have two ESB products: Aqualogic Service Bus AND Oracle Service Bus or did ALSB get merged into the Oracle SB product?

Does Oracle have two ESB products: Aqualogic Service Bus AND Oracle Service Bus or did ALSB get merged into the Oracle SB product?
edlftt
  • 181
  • 3
  • 16
1
vote
0 answers

OSB ALSBConfigurationMBean importing configuration using java

I am trying to import configuration sbconfig.jar in OSB using java for automated tests. Before that I implemented FindAndReplace operation using Orcale help in java. But in сase importing configuration from the same Article, when I run presented…
1
vote
1 answer

Is it possible to send message to dynamically constructed 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. Is it possible to send message to dynamically…
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
1
vote
2 answers

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 normal EJB call. I would appreciate if anyone has a…
Przemysław Różycki
  • 809
  • 2
  • 10
  • 21
-1
votes
1 answer

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?
yazz.com
  • 57,320
  • 66
  • 234
  • 385
-1
votes
1 answer

How to loop through xml nodes in Oracle Service Bus console - Xquery?

I have created a Proxy Service in pipeline I wanted to transform the incoming xml to some other structure. Like $100 E100 Should be transformed…
Sahal
  • 4,046
  • 15
  • 42
  • 68