Commit Graph

28 Commits

Author SHA1 Message Date
Oleg Zhurakousky
3761f252d4 GH-279 Fixed the link
Resolves #279
2020-01-08 17:04:53 +01:00
Vincent Verhoeven
16bd513ebc Fix typo's in properties
The properties `spring.cloud.stream.binding.<binding name>` do not exist, and should be `spring.cloud.stream.bindings.<binding name>`
2019-12-18 18:31:40 +01:00
Gary Russell
401cda1bf3 GH-274: singleActiveConsumer and arbitrary args
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/274

Add support for `x-single-active-consumer` as well as setting arbitrary
arguments on queues/exchanges/bindings.

Update build version; remove temporary overrides

Resolves #276
2019-12-18 18:28:40 +01:00
Gary Russell
0f98a6433d GH-270: Support provisioning of Quorum queues
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/270
2019-11-06 09:09:25 +01:00
Gary Russell
86b8a3ba5d GH-242: Support multiple queue bindings
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/242

Allow a consumer binding to bind its queue with multiple routing keys.

Add `bindingQueueDelimiter` to treat `bindingRoutingKey` as a list.
Resolves #266
2019-10-24 13:26:21 +02:00
Gary Russell
510456c02c GH-252: Support Consumer Batch Mode
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/252

- also replace deprecated `txSize` with `batchSize` (unrelated to this feature).
2019-08-28 12:04:51 -04:00
Oleg Zhurakousky
ba0dc1a96e GH-261 Fixed documentation and added a test
Resolves #261
2019-08-15 09:39:07 +02:00
Oleg Zhurakousky
70633e8a55 Adjusted docs with recent s-c-build updates 2019-08-13 09:05:30 +02:00
Gary Russell
fe09a8bcbe GH-254: Add support for headers exchange
Resolves #254
2019-07-08 17:36:36 +02:00
Oleg Zhurakousky
d7a8bd8448 Reverted the main doc file change 2019-04-09 19:45:01 +02:00
Oleg Zhurakousky
7fdf413d33 Prepared docs for RC1 2019-04-09 19:16:45 +02:00
Gary Russell
31f02523d7 GH-212: Configurable anonymous queue name prefix
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/212

Enable configuration of the prefix part of anonymous auto-delete queues.
2019-04-09 19:15:05 +02:00
Oleg Zhurakousky
e51ef4ebdc GH-193 Added note on default properties
Resolves #193
2019-04-09 18:39:47 +02:00
Gary Russell
933024c179 GH-239: Doc how to use existing queue/exchange
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/239
2019-04-08 20:53:33 +02:00
Spring Operator
666e829094 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://compose.docker.io/ (UnknownHostException) with 2 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 2 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://github.com/ with 3 occurrences migrated to:
  https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/ ([https](https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/) result 301).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/ ([https](https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
  https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://eclipse.org with 2 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 4 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 2 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://guest:guest@localhost:15672/api with 1 occurrences
* http://guest:guest@localhost:15672/api/ with 2 occurrences
* http://localhost:15672 with 2 occurrences
* http://localhost:15672/api with 2 occurrences
2019-03-25 14:39:38 +01:00
Oleg Zhurakousky
487d9aa6c4 adjusting for home.html 2019-03-14 20:24:35 +01:00
Oleg Zhurakousky
52a2fac32d polishing docs 2019-03-14 20:13:27 +01:00
Oleg Zhurakousky
58871643bd Polishing docs styles 2019-03-14 19:18:35 +01:00
Oleg Zhurakousky
8b45fada84 GH-201 Migrated docs to new styles
Resolves #201
2019-03-13 16:28:56 +01:00
Maciej Walkowiak
8b61bc8706 Fix documentation link to Error Handling in Spring Cloud Stream Binder
Resolves #198
2019-03-13 16:14:30 +01:00
Gary Russell
c1d6507957 Fix README for doc generation
Resolves #199
2019-03-13 16:12:54 +01:00
Spring Operator
744c809fee URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://projects.spring.io/spring-cloud migrated to:
  https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud) result 301).
* http://www.spring.io migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/libs-milestone-local migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

Resolves #200

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-13 16:11:12 +01:00
Gary Russell
8f12671da0 GH-146: Support listener container type selection
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/146
2019-02-04 05:52:19 +01:00
Gary Russell
444123cdb4 GH-184: Don't declare queue if bindQueue is false
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/184

Resolves #185
2018-10-30 12:42:07 +01:00
Oleg Zhurakousky
70a8c5c6c5 Bumping versions 2018-10-29 15:54:09 +01:00
Oleg Zhurakousky
792ad7af65 Added ghpages.sh 2018-10-29 12:40:27 +01:00
Oleg Zhurakousky
ee46bd81de Fixed broken image links 2018-10-29 12:36:45 +01:00
Oleg Zhurakousky
6e9ca222d5 Restructured 'docs' module to be compliant with spring-cloud 2018-10-29 12:26:52 +01:00