Class UserAgent
- java.lang.Object
-
- jadex.micro.examples.messagequeue.UserAgent
-
public class UserAgent extends java.lang.Object
Example queue user that registers at the queue with a topic and publishes a number of topics before terminating.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected IMessageQueueService
mq
The message queue.protected java.lang.String
topic
The topic argument.
-
Constructor Summary
Constructors Constructor Description UserAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
mq
protected IMessageQueueService mq
The message queue.
-
topic
protected java.lang.String topic
The topic argument.
-
-