T touchring New Member May 9, 2015 #1 Hi, I wish to know how it is possible to connect to a STOMP client using B4A?
Erel B4X founder Staff member Licensed User Longtime User May 10, 2015 #2 I never worked with STOMP, however it seems like it is a "simple" text protocol. You will be able to implement it with the Network library and AsyncStreams. Upvote 0
I never worked with STOMP, however it seems like it is a "simple" text protocol. You will be able to implement it with the Network library and AsyncStreams.