MVRB send message to ORCD.ASSET.THUMBNAILREQUEST ActiveMQ.
==========================================================

This script is used to send message to ORCD.ASSET.THUMBNAILREQUEST ActiveMQ.

## Usage
1. Copy a directory `MVRB` to your desired location
2. Run composer to install all required site packages declared in composer.json
    ```bash
    composer install
    ```
3. Make copy of file db.shadow.yml with name db.yml and add database credentials to db.yml
4. Make copy of file activemq.shadow.yml with name activemq.yml and add activeMQ details to activemq.yml

## Run from command line
```bash
php send_message_to_activemq.php <start_date:YYYY-MM-DD> <end_date:YYYY-MM-DD>
```
