[
https://issues.apache.org/jira/browse/AMQNET-817?focusedWorklogId=967367&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-967367
]
ASF GitHub Bot logged work on AMQNET-817:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Apr/25 05:38
Start Date: 24/Apr/25 05:38
Worklog Time Spent: 10m
Work Description: alaendle commented on PR #93:
URL: https://github.com/apache/activemq-nms-amqp/pull/93#issuecomment-2826443231
@Havret Thanks again for your guidance, it was a pleasure to bring this over
the line. Any chance to get a new release for NuGet? (one way more important
argument for this - I mean more important than this change - the latest release
version of Apache.NMS.AMQP isn't compatible with the latest Apache.NMS release
(https://www.nuget.org/packages/Apache.NMS/2.1.0) - so this could be resolved
as well). Anything I could do to make this happen?
Issue Time Tracking
-------------------
Worklog Id: (was: 967367)
Time Spent: 1.5h (was: 1h 20m)
> Add ability to configure hostname/vhost in AMQP Open frame
> ----------------------------------------------------------
>
> Key: AMQNET-817
> URL: https://issues.apache.org/jira/browse/AMQNET-817
> Project: ActiveMQ .Net
> Issue Type: New Feature
> Components: AMQP
> Affects Versions: AMQP-2.0.0
> Reporter: Dan Langford
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> The AMQP protocol supports "virtual hosts" implemented via the Open frame,
> the HostName field.
> QPID Broker-J default hostname/vhost is "default". RabbitMQ default
> hostname/vhost is "/". The current implementation reuses the URI host which
> is quite often not correct.
> > open.HostName = remoteUri.Host;
> There should be a way to set the "hostname" or "virtual host"
> In the amqpnetlite client it is set like this
> {{_connection = await Connection.Factory.CreateAsync(new Address(Address),
> new Open() \{ HostName="default"});}}
> {{ }}
> One way to implement this could be a connection uri parameter much like QPID
> JMS Client does with *amqp.vhost* option
> [https://qpid.apache.org/releases/qpid-jms-2.1.0/docs/index.html]
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact