pbj_component - apache/ctakes GitHub Wiki
pbj_receiver
Is the receiving component of PBJ.
| Parameter name | Parameter description | Example Values | Default | Mandatory |
|---|---|---|---|---|
| --username | Your Artemis Username. | Joe | guest | false |
| --password | Your Artemis Password. | abc123 | guest | false |
| --host_name | The Artemis Host to receive information. | localhost | localhost | false |
| --port_name | The Artemis Port to receive information. | 61616 | 61616 | false |
| receive_queue | The Artemis Queue to receive information. | javatopython | N/A | true |
| --output_dir | Output directory | directory/path/ | pbj_output/ | false |
pbj_sender
Is the sending component of PBJ.
| Parameter name | Parameter description | Example Values | Default | Mandatory |
|---|---|---|---|---|
| --username | Your Artemis Username. | Joe | guest | false |
| --password | Your Artemis Password. | abc123 | guest | false |
| --host_name | The Artemis Host to send information. | localhost | localhost | false |
| --port_name | The Artemis Port to send information. | 61616 | 61616 | false |
| send_queue | The Artemis Queue to send information. | pythontojava | N/A | true |
| --output_dir | Output directory | directory/path/ | pbj_output/ | false |