delphistompclient icon indicating copy to clipboard operation
delphistompclient copied to clipboard

STOMP client for Embarcadero Delphi and FreePascal.

Results 24 delphistompclient issues
Sort by recently updated
recently updated
newest added

1) Compilation fix for XE2 (IFEND-vs-ENDIF) 2) Forced, clean socket disconnect. Stompclient doesn't publish its IP connection to client app, so in case of errors stompclient must handle timeout and...

Hi Daniel, I tried to compile GlobalDemo example, but I received a error message: Missing implementation of interface method IStompClientListener.OnMessage. I search into StompTypes but apparently it isn't implemented. Thanks

{$IF CompilerVersion < 24} UTF8Encoding := TEncoding.UTF8; {$ELSE} UTF8Encoding := IndyTextEncoding_UTF8(); {$ENDIF}

For connecting to a virtual host on RabbitMQ I miss a parameter for the virtual host name on method TStompClient.Connect. For a test I have add a parameter host to...

enhancement

Hello Daniele , if you want to accept, compatible with Delphi 7 thank you

it not support spring websocket server :)

Hi, I'm using the StompClient to connect to an Oracle OpenMQ JMS. Every now and again (a few times a day) a message on an incoming queue appears to get...

Priority-Medium

``` What steps will reproduce the problem? 1. Unable to load library in Lazarus due to bad definition of QueryInterface function QueryInterface(const IID: TGUID; out Obj) to make the function...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. do a full build What is the expected output? What do you see instead? -> I want to see no errors, warnings,...

Priority-Medium
Type-Defect
auto-migrated

How to subscribe to a queue and receive messages only according to the desired header? I tried **FClient.Subscribe('/queue/' + edtQueue.Text, TAckMode.amClient, StompUtils.Headers.Add('type', 'x'));**, but I keep receiving messages with other...