#
Category: Messaging
See all categories.
![](../../pictures/jms/read-message-queue/1-receive-messages-from-weblogic-queue-messsages-on-queue.png)
This tutorial explains to you how we can read (receive) a simple message from a queue with Java.
![](../../pictures/jms/durable-subscription-weblogic-java/1-create-durable-subscription-weblogic-topic-no-messages.png)
This tutorial explains to you how we can read messages from a WebLogic topic with Java using a MessageListener using a durable subscription.
![](../../pictures/jms/read-message-queue-message-listener/1-weblogic-jms-read-queue-messages-with-messagelistener-listener-is-stopped.png)
This tutorial explains to you how we can read (receive) messages from a queue with Java using a MessageListener.
![](../../pictures/jms/send-message-to-queue/1-weblogic-queue-with-no-messages.png)
This tutorial explains to you how we can write (send) a simple message to a queue with Java EE.
![](../../pictures/jms/send-message-topic/1-weblogic-topic-waiting-for-messages.png)
This tutorial explains to you how we can write (send) a simple message to a topic with Java EE.
![](../../pictures/jms/send-message-using-saf/1-send-message-saf-service-using-java.png)
This tutorial shows you how you can send a message to a remote Queue using local SAF services with Java.
![](../../pictures/jms/subscribe-topic-message-listener-no-durable-subscriber/1-weblogic-topic-is-working.png)
This tutorial explains to you how we can read (receive) messages from a topic with Java using a MessageListener. This behaviour is when we have NO Durable Subscriber defined on the Topic.
![](../../pictures/jms/subscribe-topic-message-listener-durable-subscriber/1-subscribe-to-weblogic-topic-durable-subscriber-exists.png)
This tutorial explains to you how we can read messages from a topic with Java using a MessageListener. For testing the code I used a WebLogic Application Server.
This tutorial explains to you how we can write (send) a simple message to a WildFly topic with Java.
![](../../pictures/jms/send-message-wildfly-queue/1-send-message-to-wildfly-queue-initial-messages.png)
This tutorial explains to you how we can write (send) a simple message to a WildFly queue with Java.