Produce Text Message
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/destinations/{name}/durableSubscribers/{name}/destinationRuntime/produceTextMessage
Produces a TextMessage with the specified text body and JMS message header attributes on the destination.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
object
Arguments
-
correlationID:
string
A JMS correlation ID value.
-
deliveryMode:
integer(int32)
A JMS delivery mode value; 1 for non-persistent, 2 for persistent
-
expiration:
integer(int64)
A JMS expiration time value; GMT time plus time-to-live, or 0 to indicate no expiration.
-
priority:
integer(int32)
A JMS message priority value from 0-9.
-
propertyNames:
array Items
Title:
Items
JMS message property names
-
propertyTypes:
array Items
Title:
Items
JMS message property types (boolean, byte, short, int, long, float, double, or String)
-
propertyValues:
array Items
Title:
Items
JMS message property values
-
text:
string
The text value of the message.
-
type:
string
A JMS message type value.
array
Items
JMS message property types (boolean, byte, short, int, long, float, double, or String)
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
200 Response
Returns the following fields: