org.objectweb.joram.client.connector.OutboundSession(Ci-dessous la liste des Méthodes de la classe)
public int getAcknowledgeMode() throws javax.jms.JMSException public boolean getTransacted() throws javax.jms.JMSException public void setMessageListener(javax.jms.MessageListener messageListener) throws javax.jms.JMSException public javax.jms.MessageListener getMessageListener() throws javax.jms.JMSException public javax.jms.Message createMessage() throws javax.jms.JMSException public javax.jms.TextMessage createTextMessage() throws javax.jms.JMSException public javax.jms.TextMessage createTextMessage(String text) throws javax.jms.JMSException public javax.jms.BytesMessage createBytesMessage() throws javax.jms.JMSException public javax.jms.MapMessage createMapMessage() throws javax.jms.JMSException public javax.jms.ObjectMessage createObjectMessage() throws javax.jms.JMSException public javax.jms.ObjectMessage createObjectMessage(java.io.Serializable obj) throws javax.jms.JMSException public javax.jms.StreamMessage createStreamMessage() throws javax.jms.JMSException public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue, String selector) throws javax.jms.JMSException public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue) throws javax.jms.JMSException public javax.jms.MessageProducer createProducer(javax.jms.Destination dest) throws javax.jms.JMSException public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest, String selector, boolean noLocal) throws javax.jms.JMSException public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest, String selector) throws javax.jms.JMSException public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest) throws javax.jms.JMSException public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic, String name, String selector, boolean noLocal) throws javax.jms.JMSException public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic, String name) throws javax.jms.JMSException public javax.jms.Queue createQueue(String queueName) throws javax.jms.JMSException public javax.jms.Topic createTopic(String topicName) throws javax.jms.JMSException public javax.jms.TemporaryQueue createTemporaryQueue() throws javax.jms.JMSException public javax.jms.TemporaryTopic createTemporaryTopic() throws javax.jms.JMSException public void run() public void commit() throws javax.jms.JMSException public void rollback() throws javax.jms.JMSException public void recover() throws javax.jms.JMSException public void unsubscribe(String name) throws javax.jms.JMSException public void close() throws javax.jms.JMSException public boolean isStarted()