This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier ba725c2d70 feature #30225 publish message with custom queue options : flags | attributes (fedor.f, insidestyles)
This PR was merged into the 4.3-dev branch.

Discussion
----------

publish message with custom queue options : flags | attributes

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

option for publish persistent message:
`amqp://localhost/%2f/messages?queue[attributes][delivery_mode]=2&queue[flags]=1`
or
options:
>queue:
>>name: '%env(MESSENGER_QUEUE)%'
>>routing_key: '%env(MESSENGER_ROUTING_KEY)%'
>>attributes:
>>>delivery_mode: 2

>>flags: 1

Commits
-------

5e16053c70 update test case for custom queue options
4532319520 publish message with custom queue options : update ConnectionTest
6f9fdaf7e4 publish message with custom queue options : flags | attributes
2019-02-21 09:34:03 +01:00
..
Asset Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
BrowserKit fixed CS 2019-01-16 23:37:52 +01:00
Cache Merge branch '4.2' 2019-02-01 12:07:50 +01:00
Config Drop \Serializable 2019-02-17 10:56:33 +01:00
Console Merge branch '4.2' 2019-02-19 19:29:52 +01:00
CssSelector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Debug Merge branch '4.2' 2019-02-19 19:29:52 +01:00
DependencyInjection Drop \Serializable 2019-02-17 10:56:33 +01:00
DomCrawler fixed CS 2019-01-16 22:53:45 +01:00
Dotenv Merge branch '4.2' 2019-01-24 22:40:22 +01:00
EventDispatcher fixed CS 2019-01-16 22:53:45 +01:00
ExpressionLanguage Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Filesystem Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Finder Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Form feature #30267 [Form] add option to render NumberType as type="number" (xabbuh) 2019-02-21 09:19:09 +01:00
HttpFoundation Merge branch '4.2' 2019-01-29 10:50:57 +01:00
HttpKernel Drop \Serializable 2019-02-17 10:56:33 +01:00
Inflector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Intl Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Ldap fixed CS 2019-01-16 22:53:45 +01:00
Lock Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Messenger update test case for custom queue options 2019-02-17 13:03:29 +02:00
Mime fixed typo 2019-01-30 08:03:13 +01:00
OptionsResolver Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Process Merge branch '4.2' 2019-01-24 23:35:38 +01:00
PropertyAccess speed up accessing object properties 2019-01-27 23:03:33 +01:00
PropertyInfo Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Routing [Routing] deprecate some router options 2019-02-15 15:28:25 +01:00
Security Merge branch '4.2' 2019-02-19 19:29:52 +01:00
Serializer Merge branch '4.2' 2019-01-29 10:50:57 +01:00
Stopwatch Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Templating Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Translation Merge branch '4.2' 2019-02-19 19:29:52 +01:00
Validator Merge branch '4.2' 2019-02-19 19:29:52 +01:00
VarDumper Merge branch '4.2' 2019-02-19 19:29:52 +01:00
VarExporter Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
WebLink Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Workflow Merge branch '4.2' 2019-02-08 14:07:06 +01:00
Yaml Added deprecation notice when mapping keys are found in multi-line blocks 2019-01-25 21:45:15 +01:00