Configures the task queues for sending and receiving activities.
optional
inbox: MessageQueue
The message queue for incoming activities. If not provided, incoming activities will not be queued and will be processed immediately.
optional
outbox: MessageQueue
The message queue for outgoing activities. If not provided, outgoing activities will not be queued and will be sent immediately.