Unable to receive message from jms endpoint
search cancel

Unable to receive message from jms endpoint

book

Article ID: 206768

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Openshift deployment using HELM charts

Logs full of JMS invalid resources:

{"package":"com.l7tech.server.transport.jms2.asynch.a","level":"WARNING","log":{"message":"Listener for endpoint \u003cJmsEndpoint connectionGoid\u003d\"d7c08c96a899b8150bf4d60c642bd2a8\" name\u003d\"ssgautotestQueue1.in\"/\u003e received too many errors (5) - will try again in 60,000 ms"},"time":"2021-01-18T18:53:17.210+0000"}

Environment

Release : 10.0

Component : API GATEWAY

Cause

Is the extra deployed services coming from the Broadcom git when enabled with the path bundles/*.bundle

# This mounts a bundle folder to the Gateway.

bundle:

  enabled: true

  path: "bundles/*.bundle"

Resolution


# This mounts a bundle folder to the Gateway.
bundle:
enabled: true
path: "bundles/*.bundle"

# This mounts a bundle folder to the Gateway.
bundle:
enabled: false
path: "bundles/*.bundle"