Hi, what version of ActiveMQ are you using? Also is it Classic or Artemis? Thanks, Ken
On Thu, Dec 19, 2024 at 11:18 PM Jana Manju <janamanj...@gmail.com> wrote: > Hi Team, > > Recently we migrated our ActiveMQ service from windows to linux. We are > seeing the following error for only one of the consumers. > > 2024-12-20 12:33:11,959 | ERROR | Failed delivery for (MessageId: > ID:svfls2000004pr.nbndc.local-18161-1734521123745-3:1:1:1:147 on > ExchangeId: ID-svpniabbc3d8pr-aws-nbndc-local-1734254938673-1-21885). > Exhausted after delivery attempt: 1 caught: > org.apache.camel.RuntimeCamelException: java.lang.IllegalArgumentException: > Property with key [LIMIT.PRIORITY.UpdateResource.FLS] not found in > properties from text: {{LIMIT.PRIORITY.UpdateResource.FLS}} > > Following are the consumers from properties files. > > LIMIT.PRIORITY.updateResource.UNIFY={{PRIORITY.Best Effort}} > LIMIT.PRIORITY.updateResource.FLS={{PRIORITY.Best Effort}} > LIMIT.PRIORITY.updateResource.EIS={{PRIORITY.Best Effort}} > LIMIT.PRIORITY.updateResource.TVT={{PRIORITY.Best Effort}} > > The issue is occurring only for LIMIT.PRIORITY.updateResource.FLS and as > per our validation the error is occurring due to case sensitive in > UpdateResource where U is capital letter but our property file has correct > details only and i am unable figure out where UpdateResource value coming > in this message.. > > property with key [LIMIT.PRIORITY.UpdateResource.FLS] > > can you please review and help with your input to resolve the issue. >