Re: PowerShell and STOMP Support

2024-02-19 Thread Simon Lundström
We have successfully used https://activemq.apache.org/components/nms/ (and what I'm guessing is Apache.NMS.ActiveMQ) from PowerShell. You could use Apache.NMS.AMQP (and thus towards Artemis) as well but we have no experience in this. BR, - Simon On Fri, 2024-02-16 at 21:21:35 +0100, Justin

RE: PowerShell and STOMP Support

2024-02-17 Thread MILOVIDOV Aleksandr
Wednesday, February 14, 2024 2:56 PM To: users@activemq.apache.org Subject: RE: PowerShell and STOMP Support Thanks Domenico for the quick response. If there a way to set some custom headers while sending the messages to broker? I tried to get help (.\artemis.cmd help producer) on the CLI but I don’

Re: PowerShell and STOMP Support

2024-02-16 Thread Justin Bertram
I'm sure there are STOMP and/or AMQP clients out there which you can use from PowerShell to send messages. However, ActiveMQ itself doesn't provide such clients. I recommend you check out stomp.py [1]. I know it supports the ability to send messages from the command-line so you should be able to

Re: PowerShell and STOMP Support

2024-02-15 Thread Domenico Francesco Bruscino
sending the messages to > broker? I tried to get help (.\artemis.cmd help producer) on the CLI but I > don’t see any option. > > Best Regards > Shiv > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Monday, February 12, 2024 7:09 PM > To: use

RE: PowerShell and STOMP Support

2024-02-14 Thread Shiv Kumar Dixit
Sent: Monday, February 12, 2024 7:09 PM To: users@activemq.apache.org Subject: Re: PowerShell and STOMP Support CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not formally trusted by Eurofins. Do not click on links or open attachments unless you recognise the sender and are certain

Re: PowerShell and STOMP Support

2024-02-12 Thread Domenico Francesco Bruscino
authentication > as brokers only exposing SSL port over certificate authentication? > > Best Regards > Shiv > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Monday, February 12, 2024 5:56 PM > To: users@activemq.apache.org > Subject: Re: Powe

RE: PowerShell and STOMP Support

2024-02-12 Thread Shiv Kumar Dixit
, 2024 5:56 PM To: users@activemq.apache.org Subject: Re: PowerShell and STOMP Support CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not formally trusted by Eurofins. Do not click on links or open attachments unless you recognise the sender and are certain that the content is safe

Re: PowerShell and STOMP Support

2024-02-12 Thread Domenico Francesco Bruscino
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