Commit Graph

94 Commits

Author SHA1 Message Date
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
Spring Operator
f0aee9261c 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 22 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-25 14:34:11 +01:00
Spring Operator
e559fcdcf1 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://cloud.spring.io/ with 1 occurrences migrated to:
  https://cloud.spring.io/ ([https](https://cloud.spring.io/) result 200).
* http://cloud.spring.io/spring-cloud-static/ with 1 occurrences migrated to:
  https://cloud.spring.io/spring-cloud-static/ ([https](https://cloud.spring.io/spring-cloud-static/) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 6 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
2019-03-20 17:20:15 +01:00
Gary Russell
18a6663bb0 GH-195: Remove usage of RabbitManagementTemplate
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/195

Also convert the binder cleaner to use Hop instead of directly using a
`RestTemplate`.

Also, temporarily drop back to the 4.5.6 Http client
(see https://github.com/spring-projects/spring-boot/issues/16043)
because 4.5.7 broke RabbitMQ REST calls for the `/` virtual host.

Resolves #196
2019-02-28 10:51:40 +01:00
Oleg Zhurakousky
bbd8b6d433 GH-1601 satellite changes to the core 2019-02-05 06:01:03 +01:00
Oleg Zhurakousky
5d53e79919 Upgraded to use spring-cloud styles 2019-02-04 20:33:52 +01:00
Oleg Zhurakousky
351f7f5b4c Merged 2.2.x to master 2019-02-04 18:14:12 +01:00
Oleg Zhurakousky
2142355c92 Updated versions for 2.2.x branch 2019-02-04 08:24:32 +01:00
Gary Russell
4fefd19464 GH-146: Support listener container type selection
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/146
2019-01-16 13:43:04 -05:00
buildmaster
5dca68feac Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-01-08 11:45:16 +00:00
buildmaster
decdf8a493 Going back to snapshots 2019-01-08 11:45:15 +00:00
buildmaster
4bced8da57 Update SNAPSHOT to 2.1.0.RELEASE 2019-01-08 11:44:13 +00:00
buildmaster
053de2a97b Going back to snapshots 2018-12-20 19:38:30 +00:00
buildmaster
2c5f8fc966 Update SNAPSHOT to 2.1.0.RC4 2018-12-20 19:37:50 +00:00
buildmaster
e73c713a30 Going back to snapshots 2018-12-13 20:20:26 +00:00
buildmaster
9f4433b612 Update SNAPSHOT to 2.1.0.RC3 2018-12-13 20:19:46 +00:00
Gary Russell
354ec29608 GH-189 Support binding anon to built-in exchange
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/189

`queueNameGroupOnly` does not work with anonymous groups.

* Polishing - PR Comments

**Cherry-pick to 2.0.x**
2018-12-11 14:20:30 -05:00
buildmaster
98bc59ceef Going back to snapshots 2018-11-19 14:43:19 +00:00
buildmaster
9b46cea7dc Update SNAPSHOT to 2.1.0.RC2 2018-11-19 14:42:44 +00:00
Oleg Zhurakousky
2feca1b874 GH-162 made SPEL properties consistent
Initial change in RabbitProducerProperties to use Expression as type of SPEL properties rather then String

Resolves #162
Resolves #163
2018-11-01 11:55:48 +01:00
Oleg Zhurakousky
c820ae5099 Going back to snapshots 2018-10-30 14:44:16 +01:00
Oleg Zhurakousky
655c0f15d9 Update SNAPSHOT to 2.1.0.RC1 2018-10-30 14:42:39 +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
d4fbad5672 GH-182 Updated extended properties merge logic
Updated extended properties merge logic based on corresponding core updates (see GH-1503)
Resolves #182

polishing
2018-10-15 16:04:03 -04:00
Gary Russell
3615664580 GH-159: Truncate stack traces if necessary
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/159
2018-10-03 14:49:11 -04:00
Gary Russell
f7a80cfa61 GH-178: Add confirmAckChannel
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/178

Polishing - PR Comments

- use channel name to avoid early instantiation

Resolves #179
2018-10-03 14:03:56 -04:00
Soby Chacko
91cefc4d38 Next update version: 2.1.0.BUILD-SNAPSHOT 2018-09-21 11:40:10 -04:00
Soby Chacko
6352426b4f 2.1.0.M3 Release 2018-09-21 11:09:18 -04:00
Gary Russell
75ebb08479 GH-176: Add DLX Provisioning Flexibility
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/176
Resolves #177

- Add `declareDlx` to suppress declaration of DLX
- Add `deadLetterExchangeType` to allow specification of the type
2018-09-21 11:47:33 +02:00
Oleg Zhurakousky
7d39e0ccf9 Updating with changes related to core GH-1484
Resolves #175
2018-09-19 10:43:29 +02:00
Soby Chacko
bf26977d7f Extended default properties
Allow applications to configure default values for extended prducer and
consumer properties across multiple bindings in order to avoid repetition.

Requires https://github.com/spring-cloud/spring-cloud-stream/pull/1477
2018-09-17 23:45:41 -04:00
Soby Chacko
79761444bb Next update version: 2.1.0.BUILD-SNAPSHOT 2018-08-28 10:18:41 -04:00
Soby Chacko
f737f28c91 2.1.0.M2 Release 2018-08-28 10:08:04 -04:00
Oleg Zhurakousky
dd5acf7dfc GH-170: Upgraded to RabbitMQP http-client 2.1.0
Fixes spring-cloud/spring-cloud-stream-binder-rabbit#170

* GH-170 upgraded to `http-client 2.1.0`

* added explicit dependency on `spring-web` and Commons `httpclient`
2018-08-14 14:15:06 -04:00
Gary Russell
e104de2204 GH-164: Add consumerTagPrefix property
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/164

Resolves #165
2018-07-25 20:48:49 +02:00
Soby Chacko
2fdfc66214 Next update version: 2.1.0.BUILD-SNAPSHOT 2018-06-27 15:41:25 -04:00
Gary Russell
cb14ae347c Restore http-client dependency
No longer provided by boot.
2018-06-27 15:27:43 -04:00
Soby Chacko
415e24a04d 2.1.0.RELEASE 2018-06-27 14:15:43 -04:00
Gary Russell
95c2f7ee49 GH-155: Support overflowBehavior
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/155

Add `overFlowBehavior` and `dlqOverflowBehavior` queue properties.

Resolves #158
2018-06-12 14:43:26 -04:00
Oleg Zhurakousky
a8bf0e8a09 GH-149 Code restructuring/refactoring
Resolves #150
2018-05-21 12:14:08 +02:00
Gary Russell
4a4c88f228 GH-149: Support multiplexed consumers
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/149

When a consumer is multiplexed, configure the container to listen to multiple queues.
Not currently supported for the polled consumer.

When using a DLQ, determine the routing key from the queue in the failed message (unless
an explicit DLQ name has been provisioned - in which case, the same DLQ will be used
for all queues.
2018-05-14 17:04:36 -04:00
Oleg Zhurakousky
fa6a9e35d2 Post-release update to 2.1.0.BUILD-SNAPSHOT 2018-04-06 15:28:54 -04:00
Oleg Zhurakousky
7173b77a25 2.0.0.RELEASE 2018-04-06 14:21:56 -04:00
Gary Russell
11ba938f11 GH-143: Consumer/Producer properties javadocs
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/143

Resolves #143
Resolves #144
2018-04-01 12:00:28 -04:00
Soby Chacko
4ff8abb756 Back to 2.0.0.BUILD-SNAPSHOT 2018-03-12 16:33:31 -04:00
Soby Chacko
43fae2d697 2.0.0.RC3 Release 2018-03-12 15:32:42 -04:00
Gary Russell
e21d2642e3 Polishing and tests.
Resolves #136
2018-03-07 15:00:49 -05:00
Gary Russell
26f27909b8 GH-133: Add connection name prefix property
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/133
2018-03-07 15:00:31 -05:00
Soby Chacko
fe2a099e5b Next version: 2.0.0.BUILD-SNAPSHOT 2018-03-01 09:33:38 -05:00
Soby Chacko
425e6d4156 2.0.0.RC2 Release 2018-03-01 09:22:49 -05:00