Package astra.messaging
Class UDPMQService
java.lang.Object
astra.messaging.MessageService
astra.messaging.UDPMQService
public class UDPMQService extends MessageService
-
Constructor Summary
Constructors Constructor Description UDPMQService() -
Method Summary
Modifier and Type Method Description voidconfigure(String key, String value)booleansendMessage(AstraMessage message)This method is responsible for transmitting messages using the FIPA HTTP Message Transport Service.voidstart()Methods inherited from class astra.messaging.MessageService
getService, hasService, installService, receiveMessage, send
-
Constructor Details
-
UDPMQService
public UDPMQService()
-
-
Method Details
-
configure
- Specified by:
configurein classMessageService
-
start
public void start()- Specified by:
startin classMessageService
-
sendMessage
This method is responsible for transmitting messages using the FIPA HTTP Message Transport Service.- Specified by:
sendMessagein classMessageService- Parameters:
message- a Message object
-