Commit fb16b69
authored
Making a semantic change to queue client, subscription client setPrefetchCount so prefetch count can be set even without register a handler. (#107)
* Fixing javadoc generation errors
* Adding dependency to use SLF4J logging instead of java util logging.
* More SLF4J migration
* Changed all java util logging statements to slf4j.
* Checking in the POM that goes with the release to maven reposisory.
* Removed unused imports
* Instrumented all code with SLF4J logging.
* Fixing some log statements
* Moving request-response link creation to message factory so we don't create multiple links to the same entity.
* Updaing third party notice to include SLF4J license.
* Updating distributed POM
* Renaming setContent method to setBody.
* Fixing a typo in log statement.
* Handling the special case of 0 timeout for receives. If there are no prefetched messages, receive call returns immediately with already prefetched messages.
* Correcting a log statement
* Added javadoc comments for rules package.
* Adding javadoc comments. Work in progress.
* More javadoc comments added.
* Fixing a minor bug in sender and receiver creation. Closes the messaging factory if sender or receiver creation fails.
* Fixing the issue of not renewing CBS tokens. Also a concurrency fix.
* Fixing a bug in session receiver to not repeatedly attempt accepting the same session on lock lost.
* Added some java docs.. And changed default prefetch count, based on receive mode.
* Fixing a thread unending wait bug in request-response link.
* Fixing AuthorizationFailed exceptions that pop when the conncetion is recreated.
* Minor tweaks
* Another minor fix
* More minor bug fixes and tweaks
* Changing version to 1.0.0-RC-1
* Fixing some concurrency issues, performance improvements and refactoring.
* Minor fix in receiver
* Changing return messages loop interval to 100 milliseconds
* Changing zero timeout approximation to 200 milliseconds
* Changing zero timeout approximation to 200 milliseconds. Also improving tracing to better identify stress issues.
* Adding more info to a trace
* Changing default prefetch count to 0 in peeklock mode as well.
* Fixing a bug in setPrefetchCount
* Chagning version number to 1.0.0
* Making a semantic change to queue client, subscription client setPrefetchCount so prefetch count can be set even without register a handler.1 parent e3d163e commit fb16b69
File tree
2 files changed
+41
-5
lines changed- azure-servicebus/src/main/java/com/microsoft/azure/servicebus
- primitives
2 files changed
+41
-5
lines changedLines changed: 40 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
221 | 228 | | |
222 | 229 | | |
223 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
224 | 239 | | |
225 | 240 | | |
226 | 241 | | |
| |||
713 | 728 | | |
714 | 729 | | |
715 | 730 | | |
716 | | - | |
717 | | - | |
| 731 | + | |
718 | 732 | | |
719 | 733 | | |
720 | 734 | | |
721 | 735 | | |
722 | | - | |
723 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
724 | 760 | | |
725 | 761 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
0 commit comments