citrus-simulator
citrus-simulator copied to clipboard
Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.1.2 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
 --- 
When providing exploded query parameters in a message for the simulator, an exception is thrown caused by the algorithm that collects the queryParams for the message. Regards, Thorsten `java.lang.IllegalStateException: Duplicate...
Hello! Could somebody provide JAVA configuration example for custom simulator endpoints. For example such as TCP(socket) endpoints. It is not a problem to implement a standalone TCP server application with...
Relates to https://github.com/spring-projects/spring-boot/issues/13510 We are reviewing our [community starters list](https://github.com/spring-projects/spring-boot/blob/7683d346e31bbe0313a03ce487ee59454665a143/spring-boot-project/spring-boot-starters/README.adoc) and a quick look here suggests that this starter doesn’t yet support Spring Boot 2. Can you please let us...
there was a [great talk at Devoxx](https://youtu.be/2HyGxtsDf60) this year concerning log output while building (besides some other interesting facts). actually it reminded me of the problem we had when hitting...
JDK 13 reached General Availability on 17 September 2019. Projects should build against the latest JDK in order to ensure forward compatibility.
As a developer of simulator scenarios I would like to develop simulator scenarios that can interact with apache kafka so that scenarios can be triggered by a kafka message or...
Currently JMS Simulator can be configured with only one inbound queue or topic, how can I make it listen to multiple queues/topics?