-
Notifications
You must be signed in to change notification settings - Fork 754
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
Add data binding support for Artemis Connector #15334
Conversation
5ca11aa
to
c29e177
Compare
Codecov Report
@@ Coverage Diff @@
## master #15334 +/- ##
=============================================
- Coverage 44.64% 21.93% -22.72%
- Complexity 4242 6479 +2237
=============================================
Files 602 1931 +1329
Lines 29228 88626 +59398
Branches 5026 12530 +7504
=============================================
+ Hits 13050 19436 +6386
- Misses 14556 66080 +51524
- Partials 1622 3110 +1488
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.json file needs to be updated for the new example?
examples/artemis-anycast-session-consumer/artemis_anycast_session_consumer.out
Outdated
Show resolved
Hide resolved
examples/artemis-multicast-consumer/artemis_multicast_consumer.out
Outdated
Show resolved
Hide resolved
examples/artemis-simple-transaction-consumer/artemis_simple_transaction_consumer.out
Outdated
Show resolved
Hide resolved
d474d2c
to
c0ed565
Compare
stdlib/messaging/activemq-artemis/src/main/ballerina/artemis/message.bal
Outdated
Show resolved
Hide resolved
caa65cd
to
a96a589
Compare
...main/java/org/ballerinalang/messaging/artemis/externimpl/consumer/ArtemisMessageHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/ballerinalang/messaging/artemis/externimpl/consumer/ArtemisMessageHandler.java
Outdated
Show resolved
Hide resolved
The message object config for the received Message objects were not appropriately populated. This makes sure they are populated.
Purpose
Approach
Samples
Remarks
Check List