Skip to content

Fix: Remove invalid parameter #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

willempardaens
Copy link

The simple test application uses config parameter customQueueOpt. This is not documented in SEMP and generates an error.

[advanced-event-mesh] - Error: Queue "testQueueName" could not be created
    at AdvancedEventMesh._createQueueM (/Users/i069808/Software/aem-ai-microservice/node_modules/@cap-js/advanced-event-mesh/cds-plugin.js:389:21)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async AdvancedEventMesh.startListening (/Users/i069808/Software/aem-ai-microservice/node_modules/@cap-js/advanced-event-mesh/cds-plugin.js:311:7) {
  code: 'CREATE_QUEUE_FAILED',
  target: { kind: 'QUEUE', queue: 'testQueueName' },
  reason: {
    code: 11,
    description: "Unknown attribute 'customQueueOpt'",
    status: 'INVALID_PARAMETER'
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant