Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hono-dev] Custom path separator character

Azure Service Bus supports "/" character for sure in the queue or topic names. Just a curiosity about that ...


With the old Azure portal you can create a queue named "test/slash" but you cannot do that in the new Azure portal because it uses the ARM deployment (Azure Resource Manager) where "/" is used as separator for resources. In this case you have to create the queue using the "~" so "test~slash" but then the Service Bus will create the queue with "test/slash" name.

If you are curious, more here : https://blogs.msdn.microsoft.com/servicebus/2017/06/21/azure-service-bus-azure-resource-manager-and-this-character/



Paolo Patierno
Senior Software Engineer (IoT) @ Red Hat
Microsoft MVP on Windows Embedded & IoT
Microsoft Azure Advisor 

Twitter : @ppatierno
Linkedin : paolopatierno
Blog : DevExperience



From: hono-dev-bounces@xxxxxxxxxxx <hono-dev-bounces@xxxxxxxxxxx> on behalf of Hudalla Kai (INST/ECS4) <kai.hudalla@xxxxxxxxxxxx>
Sent: Wednesday, July 26, 2017 12:48 PM
To: hono developer discussions
Subject: Re: [hono-dev] Custom path separator character
 

Maybe it would be worthwhile to check, if other AMQP 1.0 compliant brokers support slashes in addresses before we ultimately remove it.


Does anybody know if other services/brokers (e.g. Azure Service Bus) have such limitations?


Mit freundlichen Grüßen / Best regards

Kai Hudalla
Chief Software Architect

Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn

From: hono-dev-bounces@xxxxxxxxxxx <hono-dev-bounces@xxxxxxxxxxx> on behalf of Dejan Bosanac <dejanb@xxxxxxxxxxxx>
Sent: Wednesday, July 26, 2017 14:07
To: hono developer discussions
Subject: Re: [hono-dev] Custom path separator character
 
+1 from me as well (as a guilty one for this). We don’t need it anymore

On Wed, Jul 26, 2017 at 2:07 PM, Frank Karsten (INST/ECS4) <Karsten.Frank2@xxxxxxxxxxxx> wrote:
Hi,

+1 from me - if we do not need it anymore, I find it rather confusing to have this kind of flexibility in the target and source addresses.



Mit freundlichen Grüßen / Best regards

Karsten Frank
Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn

-----Ursprüngliche Nachricht-----
Von: hono-dev-bounces@xxxxxxxxxxx [mailto:hono-dev-bounces@eclipse.org] Im Auftrag von Hudalla Kai (INST/ECS4)
Gesendet: Mittwoch, 26. Juli 2017 14:00
An: hono-dev <hono-dev@xxxxxxxxxxx>
Betreff: [hono-dev] Custom path separator character

Hi committers,

some of you may be aware of the fact that we support the definition of a custom path separator character for target and source addresses, e.g. using "." instead of "/" to form something like "telemetry.DEFAULT_TENANT" instead of "telemetry/DEFAULT_TENANT".

We introduced this only to support the usage of an earlier version of Artemis for brokering events, which at that time didn't support slashes in addresses. With the advent of Artemis 2.0 this limitation no longer exists so I wonder if we can (finally) remove the code for dealing with custom path separator characters from Hono.

WDYT?

Mit freundlichen Grüßen / Best regards

Kai Hudalla
Chief Software Architect

Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn _______________________________________________
hono-dev mailing list
hono-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/hono-dev
_______________________________________________
hono-dev mailing list
hono-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/hono-dev



--
Regards
--
Dejan Bosanac
http://sensatic.net/about

Back to the top