18 Commits

Author SHA1 Message Date
espent1004
2a42053817 Implementing MultiEventBusRabbitMQ to allow for multiple connections to multiple virtual hosts in RabbitMQ, where it is intended to have one virtual host per tenant to achieve tenant isolation.
TODO: Implement in all microservices, and fix selection of actualEventBus in the Publish method in MultiEventBusRabbitMQ
2020-02-04 23:25:10 +01:00
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
2019-07-19 11:49:25 -07:00
Paulo Neto
fd9ca9c28e Display the type name in the log message 2019-07-11 15:44:32 +01:00
Miguel Veloso
76e1072d07 Add logging of subscription events 2019-03-04 19:08:14 +00:00
Miguel Veloso
63a325e92e Fix non-structured traces 2019-02-22 15:05:28 +00:00
Ramón Tomás
24bed0aa33 Send IntegrationEvents after committing transactions 2018-10-11 17:16:31 +02:00
José Alberto
bee5286bc4 Remove unneeded local variable. 2018-05-30 22:57:27 +02:00
José Alberto
44f43cdc0d Remove unneeded local variable. 2018-05-30 22:51:49 +02:00
i02coroj
8b846968e2
Update EventBusServiceBus.cs
Do not complete messages until actually processed.
2018-04-13 12:03:34 +02:00
Per Bornsjö
debc2fe4c4 Removed duplicate string to byte conversion 2018-02-12 18:31:20 +01:00
Per Bornsjö
33c35ffa0f Changed how the MessageId is created. 2018-02-10 16:42:28 +01:00
Unai Zorrilla Castro
4e37f0df27 Migrate Building Blocks to .NETStandard2.0 and .NETCoreApp2.0. Fix packages references. Update Basket.API to new templates on .NETCoreApp2.0 2017-08-29 10:20:13 +02:00
Ramón Tomás
b4dccbf774 Fix bug service bus not receiving messages
Update service bus to 1.0 version
2017-08-17 13:00:48 +02:00
Christian Arenas
975b85129e Reduce the integration event name 2017-08-01 13:45:33 +02:00
Ramón Tomás
a56f99f684 Fix merge 2017-06-26 18:05:02 +02:00
Christian Arenas
4399d6a4f3 Remove "Default" rule when the class is Instantiated 2017-05-26 01:35:19 +02:00
Christian Arenas
d3bd0fabfd change log leve 2017-05-24 16:26:40 +02:00
Christian Arenas
aa7556a1bd Create EventBusServiceBus project and add EventBusServiceBus/ServiceBusPersisterConnection to project 2017-05-24 15:34:55 +02:00