Skip to content
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

RabbitMQ compiler plugin disallows adding service level annotations #4734

Closed
aashikam opened this issue Aug 18, 2023 · 1 comment · Fixed by ballerina-platform/module-ballerinax-rabbitmq#874
Assignees
Labels
module/rabbitmq Points/0.5 Team/PCM Protocol connector packages related issues Type/Task

Comments

@aashikam
Copy link
Contributor

Description:

@display {
    label: "rabbitService"
}
service "Valid" on new rabbitmq:Listener(rabbitmq:DEFAULT_HOST, rabbitmq:DEFAULT_PORT) {

    remote function onMessage(rabbitmq:AnydataMessage msg) returns error? {
    }
}

This fails at the moment with a compiler error

@aashikam
Copy link
Contributor Author

This is now completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/rabbitmq Points/0.5 Team/PCM Protocol connector packages related issues Type/Task
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant