Hi Shiv, for text messages you could use the artemis CLI, i.e. .\bin\artemis producer --url tcp://localhost:61616 --protocol core --user admin --password admin --destination queue://TEST --message-count 1 --message 'Hellow World!'
Regards, Domenico On Mon, 12 Feb 2024 at 09:32, Shiv Kumar Dixit <shivkumar.di...@it.eurofinseu.com.invalid> wrote: > Hi, > I am exploring a way to securely (TLS) send/receive message to Artemis > broker via PowerShell. Previously I tried configuring REST interface, but > it was updated in community ticket that REST interface is now > decommissioned, and STOMP protocol is expected to cover all the use cases > intended for REST interface. > > If there is any example or KB available to use STOMP and PowerShell > together which I can refer? Currently I don't see any PowerShell script > sample included with Artemis distribution. > > Thanks > Shiv > >