RabbitMQ is the most widely deployed open-source message broker.
With tens of thousands of users, RabbitMQ is one of the most popular open-source message brokers. From T-Mobile to Runtastic, RabbitMQ is used worldwide at small startups and large enterprises. RabbitMQ is lightweight and easy to deploy on-premises and in the cloud. It supports multiple messaging protocols. RabbitMQ can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements. RabbitMQ runs on many operating systems and cloud environments and provides a wide range of developer tools for the most popular languages.
More information: https://www.rabbitmq.com
The Variables tab defines which variables are updated during the execution of the action.
The Execution Log tab is populated after the action has been executed. Double-click a row to view the detailed execution log.
begin
if DayOfWeek(Now)=7 then
begin
Result:='Please contact emergency VET clinic';
end
else
begin
Result:='Please contact local VET clinic';
end;
end;
import datetime;
if datetime.datetime.today().weekday()==0:
Result.Value='Please contact emergency VET clinic'
else:
Result.Value='Please contact local VET clinic'For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum