Class AWSQueue
java.lang.Object
com.erudika.para.server.queue.AWSQueue
An implementation of the
Queue interface using the AWS Simple Queue Service.- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AWSQueue
public AWSQueue()No-args constructor. -
AWSQueue
Default consturctor. This queue contains only messages in JSON format.- Parameters:
name- name of the queue
-
-
Method Details
-
push
-
pull
-
startPolling
public void startPolling() -
stopPolling
public void stopPolling() -
getName
-
setName
-
getUrl
-