AMQP Connector Guide > AMQP Connections > AMQP Event Source Properties
  

AMQP Event Source Properties

For each AMQP event source that you create, you set the following properties to dequeue messages or subscribe to the service. Each event source defined is available to use in a process that handles the messages.
Event Source Property
Description
Destination Type
Required. Indicates the AMQP destination type.
Select one the following values:
  • - queue
  • - topic
Destination
Required. The name of the queue or topic that you have defined in AMQP. For example, if the destination type is a topic in ActiveMQ, you would specify the Destination value in the following format:
topic://<topic-name>
Payload Format
Required. Specifies the type of message payload format that you expect on the destination.
Select one of the following values:
  • - XML
  • - JSON
  • - Text
  • - Binary
Objectlist Field Name
Optional. If the payload format is JSON, the queue or topic might accept a JSON message that contains an array of objects. If it does, enter the value to be used as the field name of the object list in the AMQP message body.
Dead Letter Queue Name
Optional. The name of a queue that you have defined in AMQP where you can route messages that encounter a failure during processing.
The question mark (?) character is prohibited in this field.
Other Attributes
Optional. The other attributes that you want to use for the event source.
Specify the attributes in key-value pairs. Separate multiple attributes with an ampersand character (&).
For example, enter the following phrase to specify the number of concurrent consumers and the maximum number of concurrent consumers:
concurrentConsumers=1&maxConcurrentConsumers=2
For more information about the attributes that you can specify, see the Apache Camel JMS documentation.
Contact Informatica Global Customer Support if you need assistance.