Consultor Eletrônico



Kbase 46070: Is it possible to handle administrative events within SonicMQ 4GL adapter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P16070

GOAL:

Is it possible to handle administrative events within SonicMQ 4GL adapter

FACT(s) (Environment):

SonicMQ 4.0
Progress 9.1D

FIX:

The SonicMQ 4GL adapter does not implement the Admin API and therefor the
right way to get the administrative events is by using the Admin API within
a Java client. That Java client in turn can forward the event info using JMS
to the 4GL client. An Java client example is available within the product under
<SonicMQ install dir>/samples/BrokerManager/Events