Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
TBTCommAdapterIndy Class Reference

An Indy 10-based implementation of the IStompCommAdapter interface. More...

Inheritance diagram for TBTCommAdapterIndy:

Public Member Functions

 TBTCommAdapterIndy ()

Detailed Description

An Indy 10-based implementation of the IStompCommAdapter interface.

A communication adapter can be prepared for usage by adding its unit to the project.

program ClientUsingIndy;
uses
BTCommAdapterIndy, // use Internet Direct (Indy)
BTConnectionFactory, BTMQInterfaces,
SysUtils;
...

The communication adapter class will register itself with the communication adapter manager in the BTAdapterRegistry unit.

Constructor & Destructor Documentation

◆ TBTCommAdapterIndy()

TBTCommAdapterIndy::TBTCommAdapterIndy ( )