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
Hi. I was considering the package as a means to interact with RabbitMQ, but found a nuance.
The package exchanges not pure payload, but whole laravel-job. Are there any plans to modernize the package so that it is possible to exchange pure payloads as well?
My motivation is that for Laravel and Golang interaction I will have to write a wrapper for Laravel on the Go side, which is not very productive.
Is there such a possibility now?