Questions tagged [ultraesb]

UltraESB is a lightweight enterprise service bus (ESB) capable of supporting many transports and message formats natively. It allows messages to be mediated via Java or JSR 223 scripting languages through an API, and is the first ESB to claim support for Zero-Copy proxying of messages with Non-Blocking IO capabilities. A deployment unit can be developed and deployed on UltraESB which is quite similar to the concept of servelet containers and WARs.

According to Wikipedia,

UltraESB is a lightweight enterprise service bus (ESB) capable of supporting many transports and message formats natively. It allows messages to be mediated via Java or JSR 223 scripting languages through an API and is the first ESB to claim support for Zero-Copy proxying of messages with Non-Blocking IO capabilities. In 2013, it was selected as the ESB and API Management platform by a recent Fortune #1 company based on its performance and stability.

The initial version was published in January 2010 and the code was subsequently open sourced under the OSI approved Affero General Public License (AGPL) in 24th of August 2010. Continuous nightly builds are there to ensure the performance of latest development code.

UltraESB documentation

13 questions
9
votes
5 answers

Failed to delete a file in Windows using Java

I have been trying to delete a file in windows operating system using the Java IO file.delete() API. However it fails and returns false. The same code works like a charm in Ubuntu. I have verified that the permissions of the file allows the program…
dammina
  • 655
  • 1
  • 8
  • 23
4
votes
1 answer

Replace ultra-dynamic.xml with ultra-custom.xml in ultraesb 3.2.0

I watched youtube ultraesb1.0.1 demo with IntelliJ CE9 contains ultra-dynamic.xml may be replaced by ultra-custom.xml in ultraesb 3.2.0. ultra-custom.xml
Maha Saad
  • 115
  • 10
3
votes
1 answer

ActiveMQ setting transport parameters programmatically

Is it possible to set the ActiveMQ transport parameters such as maxReconnectAttempts using a java API at the runtime? In my case I'm creating the ActiveMQ connection factory initially by providing a basic failover url…
dammina
  • 655
  • 1
  • 8
  • 23
3
votes
1 answer

ActiveMQ java client startup hangs when server is unavailable

I'm trying to implement a monitoring service for an ActiveMQ server. There I have implemented a polling service to connect to the ActiveMQ server periodically and do a queue browse operation to do a health check on ActiveMQ Server. Here is the code…
dammina
  • 655
  • 1
  • 8
  • 23
2
votes
1 answer

AdroitLogic UltraStudio (Windows), component images/Icons not displayed in flows

Downloaded AdriotLogic UltraStudio (on Windows) Installed as suggested @ https://developer.adroitlogic.com/ultrastudio/docs/17-01/ultrastudio/installation.html on IntelliJ 2017.1.2. Component Icon Images not displayed in the stdio.
2
votes
1 answer

UltraESB when run from netbeans IDE gives "service not found" error in ultraesb soa toolbox but works fine when run from cmd

The following is default proxy service in ultraesb file "ultra-unit.xml"
Maha Saad
  • 115
  • 10
2
votes
1 answer

UltraESB Start Up Error

I'm running Mac OSX and have installed UltraESB. When I try to run it I get the following error: adding os/x equivalent of tools.jar Starting AdroitLogic UltraESB ... Using JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home…
TheCoder
  • 8,413
  • 15
  • 42
  • 54
1
vote
0 answers

UltraESB-X Server

I created my first Integration flow project in Ultrastudio. I proceeded step by step, according to the official documentation, as shown here. I have successfully build the project and then I configured UltraESB-X Server in IntelliJ IDEA. Then I…
Vit
  • 11
  • 2
1
vote
1 answer

Effect to a SSLEngine when calling init() of a shared SSLContext object again

I have an implementation of reactor pattern in which I load the SSLContext when a TransportListener (Basically a listener listening on a given port for HTTPS connections.) is starting. Then I call the same init() method again (through a JMX call to…
Imesha Sudasingha
  • 3,462
  • 1
  • 23
  • 34
1
vote
2 answers

How queuing is done in ESBs? I checked AQMP protocol but i dont know how its implemented in various ESBs?

ESBs in focus are : ultraesb, emule, Oracle Service Bus and IBM Integration Bus
Maha Saad
  • 115
  • 10
0
votes
2 answers

How to sort an array in descending alphabetical order in Jolt

I am new to Jolt. Please how do I sort the following array in descending alphabetical order Input : [ { "status": [ "ERROR", "ERROR", "REJECT", "ERROR", "ERROR", "ERROR", "ERROR" ] } ] I want…
Mega
  • 1,304
  • 5
  • 22
  • 37
0
votes
0 answers

How to bypass JOLT operation for certain Json input based on object structure or content

My service expects two possible json input. The final output JSON object of the happy scenario is in the following format (I guess its an object?), which is the correct format. But, when it enters the error jolt logic, its been discarded and I get a…
Mega
  • 1,304
  • 5
  • 22
  • 37
0
votes
2 answers

NoSuchFieldError: NULL Spring Error

I have configured a Spring bean in my xml file but when I run my app, I get the following error. Can anyone tell me why? org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ultra-config' defined in file …
TheCoder
  • 8,413
  • 15
  • 42
  • 54