Is reactor fine for passing large messages ~3 MB or so?
42 views
Skip to first unread message
sachin walia
unread,
May 2, 2016, 9:11:55 PM5/2/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reactor-framework
We have a system where we receive files in base64 encoding and wishing to use Reactor to offload large messages from controller and eventually passing it to RabbitMQ for remote consumers.
I am just wondering that since we are dealing with files in base64 encoding so we may be dealing with large messages to reactors. Is this going to be issue from based on anyone's experience?