You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DynamicMessageChannelBuilder requires License Key, Which I cannot see where to get.
`
#[ServiceContext]
public function databaseRouteChannel()
{
// return DbalBackedMessageChannelBuilder::create('routing_routes');
return [
// normal Message Channels
DbalBackedMessageChannelBuilder::create('routing_routes_aggregate'),
DbalBackedMessageChannelBuilder::create('routing_routes_projection'),
DbalBackedMessageChannelBuilder::create('routing_routes_notification'),
// DbalBackedMessageChannelBuilder::create('tenant_b_channel'),
DynamicMessageChannelBuilder::createRoundRobin(
'routing_routes', // channel name to consume
['routing_routes_aggregate', 'routing_routes_projection', 'routing_routes_notification']
),
];
}
There are a couple of interesting features I want to use, especially those that have to do with scaling. And I keep getting this error message.
Dynamic message channels are available only as part of Ecotone Enterprise.
`
So, How do one migrate to the Ecotone Enterprise?
The text was updated successfully, but these errors were encountered:
DynamicMessageChannelBuilder requires License Key, Which I cannot see where to get.
`
#[ServiceContext]
public function databaseRouteChannel()
{
// return DbalBackedMessageChannelBuilder::create('routing_routes');
There are a couple of interesting features I want to use, especially those that have to do with scaling. And I keep getting this error message.
Dynamic message channels are available only as part of Ecotone Enterprise.
`
So, How do one migrate to the Ecotone Enterprise?
The text was updated successfully, but these errors were encountered: