Event Messages
You can build the projection feed by sending a catalog event message. The message is sent to the ep.batch.bloomreach.feed.uploader
message queue in your Java Messaging System (JMS). The following example shows an UPLOAD_BLOOMREACH_FEED
message:
{
"eventType": {
"@class": "CatalogBatchEventType",
"name": "START_JOB"
},
"guid": "UPLOAD_BLOOMREACH_FEED",
"data": {}
}
For more information about event messages, see Catalog Syndication Event Messages.