Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 46:42:16 |
Calls: | 583 |
Files: | 1,138 |
Messages: | 111,067 |
VMS Tech Demo 23 - Message Queue part 1:
-a https://www.vajhoej.dk/arne/articles/vmstd23.html
ActiveMQ running on VMS and all client programs also running
on VMS.
Examples of:
* send non-durable message to queue
* send durable message to queue
* receive from queue
* publish non-durable message to topic
* publish durable message to topic
* non-durable subscription to topic
* durable subscription to topic
in:
* Java
* Groovy
* C
* Pascal
* Fortran
* Basic
* Python
* PHP
Which should cover most.
On 7/28/2025 6:56 PM, Arne Vajh|+j wrote:
VMS Tech Demo 23 - Message Queue part 1:
-a-a https://www.vajhoej.dk/arne/articles/vmstd23.html
ActiveMQ running on VMS and all client programs also running
on VMS.
Examples of:
* send non-durable message to queue
* send durable message to queue
* receive from queue
* publish non-durable message to topic
* publish durable message to topic
* non-durable subscription to topic
* durable subscription to topic
in:
* Java
* Groovy
* C
* Pascal
* Fortran
* Basic
* Python
* PHP
Which should cover most.
And in case someone are curious then part 2 is supposed
to cover:
- security
- performance
- transactions
- integration with databases
On 7/31/2025 3:24 PM, Arne Vajh|+j wrote:
On 7/28/2025 6:56 PM, Arne Vajh|+j wrote:
VMS Tech Demo 23 - Message Queue part 1:
-a-a https://www.vajhoej.dk/arne/articles/vmstd23.html
ActiveMQ running on VMS and all client programs also running
on VMS.
Examples of:
* send non-durable message to queue
* send durable message to queue
* receive from queue
* publish non-durable message to topic
* publish durable message to topic
* non-durable subscription to topic
* durable subscription to topic
in:
* Java
* Groovy
* C
* Pascal
* Fortran
* Basic
* Python
* PHP
Which should cover most.
And in case someone are curious then part 2 is supposed
to cover:
- security
- performance
- transactions
- integration with databases
Part 2 is out.
VMS Tech Demo 24 - Message Queue part 2:
-a-a https://www.vajhoej.dk/arne/articles/vmstd24.html
I did not get to cover integration with database - that
may end up as a part 3 sometime in the future.