Not receiving event from the rabbit using the receive task notation

Hello, I have two processes, one of which sends a message through the Rabbit channel using the event registry, and the second process receives the message from the Rabbit channel. I create an instance of the first process and the message is sent, but the second process does not receive the message. However, when I publish the message directly to the corresponding queue, the second process also receives the message. I think the problem is with the tenantid, and I do not know what value should be set for the second process’ event.
I am using version 6.0.8. I will send you the processes below. Please guide me.

<?xml version="1.0" encoding="UTF-8"?> Flow_16jjis0 Flow_106muro re22 ch222 Flow_16jjis0 Flow_106muro <?xml version="1.0" encoding="UTF-8"?> def payload ="10"; payload Flow_1rcug2w Flow_1bqsfif send22 ch22 Flow_1rcug2w Flow_1bqsfif

{“serializerType”:“json”,“routingKey”:“DEV.BPMS.START_PROCESS”,“key”:“ch22”,“name”:“ch22”,“channelType”:“outbound”,“type”:“rabbit”}
{“key”:“send22”,“name”:“send22”,“correlationParameters”:,“payload”:[{“name”:“payload”,“type”:“string”,“correlationParameter”:false}],“tenantId”:“BPMN”}

{“key”:“re22”,“name”:“re22”,“correlationParameters”:[{“name”:“payload”,“type”:“string”}],“payload”:[{“name”:“payload”,“type”:“string”,“correlationParameter”:false}],“tenantId”:“BPMN”}

{“deserializerType”:“json”,“channelEventKeyDetection”:{“fixedValue”:“re22”},“queues”:[“DEV.BPMS.START_PROCESS”],“key”:“ch222”,“name”:“ch222”,“channelType”:“inbound”,“type”:“rabbit”}