Questions tagged [shuttle]

The shuttle tag collectively refers to all C# shuttle components such as Shuttle.Esb (highly extensible service bus), Shuttle.Recall (event-sourcing), and various other re-usable components.

Shuttle is built mainly around Shuttle.Esb, which is a highly configurable free open-source enterprise service bus that provides you with a mechanism to create Autonomous Business Components that are loosely coupled, and Shuttle.Recall, which is an event-sourcing mechanism.

6 questions
2
votes
1 answer

Should I publish or send message for this scenario?

i came late to the messaging party so I am a little confused on this simple scenario. I have a website with a feedback form and when the user sends their feedback my business requirements state I need to persist the feedback for reporting purposes,…
Marco
  • 2,453
  • 3
  • 25
  • 35
0
votes
1 answer

cargo shuttle run fails due to resolver defaults

When running cargo shuttle run in my project's directory, I got the following error message warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"` note: to keep the current…
Matilda Smeds
  • 1,384
  • 11
  • 18
0
votes
1 answer

How to populate left side of shuttle in Oracle Apex

I decided the reformulate the question I asked here into a simpler way. Is there any way to populate the left hand side of a shuttle dynamically in Oracle Apex ? I wrote a PL/SQL process that calculates the list of values I want to use for the left…
Kabulan0lak
  • 2,116
  • 1
  • 19
  • 34
0
votes
0 answers

Oracle Apex shuttle: set list of value from PL/SQL process

I'm having difficulties trying to set the LEFT panel of a shuttle with value I calculate in a PL/SQL process. I can only set the RIGHT panel list of value from there. I've read about apex.server.process to call in a JavaScript event, but I can't…
Kabulan0lak
  • 2,116
  • 1
  • 19
  • 34
0
votes
1 answer

How to make the message queues in Shuttle-ESB accessible from other machines on network?

I'm experimenting with Shuttle-ESB these days. So far I have been able to create components that work on single machine perfectly. However whenever I try to move the components on different machines on the same network it just stops working. The…
Simple Fellow
  • 4,315
  • 2
  • 31
  • 44
0
votes
1 answer

The app.config file is not loaded using Shuttle.Core.Host

I have created a wrapper assembly for the Shuttle ESB that loads all the service bus configuration (queues, routing, modules etc.) from a database and not an app.config file. I am exposing this solution as a Nuget package so that other solution…
user2930590