public class JmsClient extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JmsClient.JmsReceiver
Utility that allows to specify how should be message sent and into which destination
|
class |
JmsClient.JmsSender
Utility that allows to specify how should be message received and from which destination
|
| Constructor and Description |
|---|
JmsClient() |
| Modifier and Type | Method and Description |
|---|---|
JmsClient.JmsReceiver |
receive()
Creates
JmsClient.JmsReceiver utility that allows to specify how should be message received and from which destination |
JmsClient.JmsSender |
send(Serializable message)
Creates
JmsClient.JmsSender utility that allows to specify how should be message sent and into which destination |
public JmsClient.JmsSender send(Serializable message)
JmsClient.JmsSender utility that allows to specify how should be message sent and into which destinationmessage - the message to be send outpublic JmsClient.JmsReceiver receive()
JmsClient.JmsReceiver utility that allows to specify how should be message received and from which destinationCopyright © 2017 JBoss by Red Hat. All rights reserved.