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.
{“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”}